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