public static final class DatabaseMetaDataTransfer.Table extends Object
Modifier and Type | Method and Description |
---|---|
DatabaseConnection |
getDatabaseConnection()
Returns the
DatabaseConnection this table comes from. |
JDBCDriver |
getJDBCDriver()
Returns the
JDBCDriver which was used to connect to DatabaseMetaDataTransfer.Table.getDatabaseConnection() . |
String |
getTableName()
Returns the name of this table.
|
String |
toString() |
public DatabaseConnection getDatabaseConnection()
DatabaseConnection
this table comes from.public JDBCDriver getJDBCDriver()
JDBCDriver
which was used to connect to DatabaseMetaDataTransfer.Table.getDatabaseConnection()
.public String getTableName()