Uses of Class
org.eclipse.dirigible.database.api.metadata.TableMetadata
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.api.metadata | |
| org.eclipse.dirigible.databases.helpers |
-
Uses of TableMetadata in org.eclipse.dirigible.database.api.metadata
Methods in org.eclipse.dirigible.database.api.metadata that return types with arguments of type TableMetadata Modifier and Type Method Description List<TableMetadata>SchemaMetadata. getTables()Gets the tables. -
Uses of TableMetadata in org.eclipse.dirigible.databases.helpers
Methods in org.eclipse.dirigible.databases.helpers that return TableMetadata Modifier and Type Method Description static TableMetadataDatabaseMetadataHelper. describeTable(Connection connection, String catalogName, String schemeName, String tableName)Describe table.Methods in org.eclipse.dirigible.databases.helpers that return types with arguments of type TableMetadata Modifier and Type Method Description static List<TableMetadata>DatabaseMetadataHelper. listTables(Connection connection, String catalogName, String schemeName, DatabaseMetadataHelper.Filter<String> tableNameFilter)List tables.