Uses of Class
org.eclipse.dirigible.database.api.metadata.SchemaMetadata
| Package | Description |
|---|---|
| org.eclipse.dirigible.database.api.metadata | |
| org.eclipse.dirigible.databases.helpers |
-
Uses of SchemaMetadata in org.eclipse.dirigible.database.api.metadata
Methods in org.eclipse.dirigible.database.api.metadata that return types with arguments of type SchemaMetadata Modifier and Type Method Description List<SchemaMetadata>DatabaseMetadata. getSchemas()Gets the schemas. -
Uses of SchemaMetadata in org.eclipse.dirigible.databases.helpers
Methods in org.eclipse.dirigible.databases.helpers that return types with arguments of type SchemaMetadata Modifier and Type Method Description static List<SchemaMetadata>DatabaseMetadataHelper. listSchemas(Connection connection, String catalogName, DatabaseMetadataHelper.Filter<String> schemaNameFilter, DatabaseMetadataHelper.Filter<String> nameFilter)List schemas.