public interface DatabaseTable
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
Instead use
getSchemaNameForTable() |
java.lang.String |
getSchemaNameForTable()
Returns the value of the pySchemaName property of this Data-Admin-DB-Table instance.
|
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).
|
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
static final java.lang.String TABLE_TYPE_TABLE
static final java.lang.String TABLE_TYPE_VIEW
java.lang.String getCatalogName()
java.lang.String getSchemaName()
getSchemaNameForTable()
java.lang.String getSchemaNameForTable() throws DatabaseException
DatabaseException
- If the obtaining the schema name using the vendor specific query fails.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
Copyright © 2018 Pegasystems Inc. All Rights Reserved.