| Package | Description |
|---|---|
| org.eclipse.dirigible.database.api.metadata | |
| org.eclipse.dirigible.databases.helpers |
| Modifier and Type | Method and Description |
|---|---|
List<TableMetadata> |
SchemaMetadata.getTables()
Gets the tables.
|
| Modifier and Type | Method and Description |
|---|---|
static TableMetadata |
DatabaseMetadataHelper.describeTable(Connection connection,
String catalogName,
String schemeName,
String tableName)
List tables.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TableMetadata> |
DatabaseMetadataHelper.listTables(Connection connection,
String catalogName,
String schemeName,
DatabaseMetadataHelper.Filter<String> tableNameFilter)
List tables.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.