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 May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.