|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.commons.jdbc.QTableName
public class QTableName
Table name with optional schema qualifier.
Constructor Summary | |
---|---|
QTableName(java.lang.String identifier)
Creates a new QTableName instance. |
|
QTableName(java.lang.String table,
java.lang.String schema)
Creates a new QTableName instance. |
Method Summary | |
---|---|
java.lang.String |
getSchema()
Returns the name of the schema. |
java.lang.String |
getTable()
Returns the name of the table (without schema). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QTableName(java.lang.String identifier)
QTableName
instance.
identifier
- table identifier (with optional schema), must not be null
public QTableName(java.lang.String table, java.lang.String schema)
QTableName
instance.
table
- database table identifier, never null
schema
- database schema identifier, can be null
Method Detail |
---|
public java.lang.String getTable()
null
public java.lang.String getSchema()
null
(default schema)public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |