public class SchemaMetadata extends Object
| Constructor and Description |
|---|
SchemaMetadata(String name,
Connection connection,
String catalogName,
DatabaseMetadataHelper.Filter<String> tableNameFilter)
Instantiates a new schema metadata.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKind()
Gets the kind.
|
String |
getName()
Gets the name.
|
List<TableMetadata> |
getTables()
Gets the tables.
|
void |
setKind(String kind)
Sets the kind.
|
void |
setName(String name)
Sets the name.
|
public SchemaMetadata(String name, Connection connection, String catalogName, DatabaseMetadataHelper.Filter<String> tableNameFilter) throws SQLException
name - the nameconnection - the connectioncatalogName - the catalog nametableNameFilter - the table name filterSQLException - the SQL exceptionpublic String getName()
public void setName(String name)
name - the new namepublic List<TableMetadata> getTables()
public String getKind()
public void setKind(String kind)
kind - the new kindCopyright © 2010–2018 Eclipse Foundation. All rights reserved.