| Package | Description |
|---|---|
| gudusoft.gsqlparser.ext.catalog |
Standalone SQL catalog metadata management utility.
|
| gudusoft.gsqlparser.ext.catalog.impl |
Simple implementations of catalog interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Table.getSchema()
Returns the schema that this table belongs to.
|
Schema |
Catalog.getSchema(String schemaName)
Returns a schema by name, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
Catalog.getSchemas()
Returns all schemas in this catalog.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleCatalog.SimpleSchema
Simple, mutable implementation of
Schema. |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SimpleCatalog.SimpleTable.getSchema() |
Schema |
SimpleCatalog.getSchema(String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
SimpleCatalog.getSchemas() |