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 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 getDatabaseConnection().public String getTableName()
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.