public class TableMetadata extends Object
| Constructor and Description |
|---|
TableMetadata(String name,
String type,
String remarks,
Connection connection,
String catalogName,
String schemaName,
boolean deep)
Instantiates a new table metadata.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnMetadata> |
getColumns()
Gets the columns.
|
List<IndexMetadata> |
getIndices()
Gets the indices.
|
String |
getKind()
Gets the kind.
|
String |
getName()
Gets the name.
|
String |
getRemarks()
Gets the remarks.
|
String |
getType()
Gets the type.
|
void |
setKind(String kind)
Sets the kind.
|
void |
setName(String name)
Sets the name.
|
void |
setRemarks(String remarks)
Sets the remarks.
|
void |
setType(String type)
Sets the type.
|
public TableMetadata(String name, String type, String remarks, Connection connection, String catalogName, String schemaName, boolean deep) throws SQLException
name - the nametype - the typeremarks - the remarksconnection - the connectioncatalogName - the catalog nameschemaName - the schema nameSQLException - the SQL exceptionpublic String getName()
public void setName(String name)
name - the new namepublic String getType()
public void setType(String type)
type - the new typepublic String getRemarks()
public void setRemarks(String remarks)
remarks - the new remarkspublic List<ColumnMetadata> getColumns()
public List<IndexMetadata> getIndices()
public String getKind()
public void setKind(String kind)
kind - the new kindCopyright © 2010–2018 Eclipse Foundation. All rights reserved.