|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseTable
Contains information about a database table.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
TABLE_TYPE_TABLE
A table type of 'TABLE' |
static java.lang.String |
TABLE_TYPE_VIEW
A table type of 'VIEW' |
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.String |
getCatalogName()
Returns the catalog name for this database table; |
java.lang.String |
getDBName()
Gets the name of the database. |
java.lang.String |
getFullyQualifiedTableName()
Returns the fully qualified table name of this database table. |
java.lang.String |
getSchemaName()
Returns the schema name of this database table; |
java.lang.String |
getTableName()
Returns the table name of this database table. |
java.lang.String |
getTableType()
Returns the table type for this database table; |
boolean |
hasStream()
Indicates whether this database table have a stream column? |
boolean |
isTable()
Indicates whether or not the database table is a table (as opposed to a view or something else). |
boolean |
isView()
Indicates whether or not the database table is a view (as opposed to a table or something else). |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
static final java.lang.String TABLE_TYPE_TABLE
static final java.lang.String TABLE_TYPE_VIEW
Method Detail |
---|
java.lang.String getCatalogName()
java.lang.String getSchemaName()
java.lang.String getDBName()
java.lang.String getTableName()
java.lang.String getFullyQualifiedTableName()
java.lang.String getTableType()
boolean isTable() throws ConfigurationException, DatabaseException
ConfigurationException
DatabaseException
boolean isView() throws ConfigurationException, DatabaseException
ConfigurationException
DatabaseException
boolean hasStream() throws ConfigurationException, DatabaseException
ConfigurationException
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |