public class TableMetaData extends Object
| Constructor and Description |
|---|
TableMetaData(ResultSet tablesResultSet) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName() |
String |
getRefGeneration() |
String |
getRemarks() |
String |
getSchemaName() |
String |
getSelfReferencingColumnName() |
String |
getTableName() |
String |
getTableType() |
String |
getTypeCatalog() |
String |
getTypeName() |
String |
getTypeSchama() |
public TableMetaData(ResultSet tablesResultSet) throws SQLException
tablesResultSet - a ResultSet as returned by DatabaseMetaData.getTables(String, String, String, String[]).SQLExceptionpublic String getCatalogName()
public String getSchemaName()
public String getTableName()
public String getTableType()
public String getRemarks()
public String getTypeCatalog()
public String getTypeSchama()
public String getTypeName()
public String getSelfReferencingColumnName()
public String getRefGeneration()
Copyright © 2011–2022 Link Intersystems GmbH. All rights reserved.