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 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 getDatabaseConnection()
.public String getTableName()
public String getColumnName()
Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.