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