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() |
boolean |
matches(com.link_intersystems.jdbc.QualifiedTableName qualifiedTableName) |
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()
public boolean matches(com.link_intersystems.jdbc.QualifiedTableName qualifiedTableName)
Copyright © 2011–2023 Link Intersystems GmbH. All rights reserved.