public class DatabaseMetaDataTableHeader extends Object
| Constructor and Description |
|---|
DatabaseMetaDataTableHeader(DatabaseMetaData metaData,
String catalog,
String schema,
String name,
String type,
String comment)
Creates a table header.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
The optional catalog.
|
String |
getComment()
The optional comment.
|
DatabaseMetaData |
getMetaData()
Gets the metadata root object this table header was retrieved from.
|
String |
getName() |
String |
getSchema()
The optional schema.
|
String |
getType()
The table's name.
|
boolean |
isReserved()
Returns whether this is a reserved table.
|
boolean |
isUserTable()
Returns whether this is a user-defined table.
|
String |
toString() |
public DatabaseMetaDataTableHeader(DatabaseMetaData metaData, String catalog, String schema, String name, String type, String comment)
metaData - the database metadata root objectcatalog - the catalog nameschema - the schema namename - the table nametype - the table typecomment - the table remarkspublic boolean isUserTable()
public boolean isReserved()
public DatabaseMetaData getMetaData()
public String getCatalog()
public String getSchema()
public String getName()
public String getType()
public String getComment()
Tentackle - distributed, domain- and model-driven