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