| Package | Description |
|---|---|
| gudusoft.gsqlparser.ext.catalog.impl |
Simple implementations of catalog interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCatalog |
SimpleCatalog.addSchema(SimpleCatalog.SimpleSchema schema)
Adds a schema to this catalog.
|
SimpleCatalog |
SimpleCatalog.setDefaultSchemaName(String defaultSchemaName)
Sets the default schema name.
|
| Constructor and Description |
|---|
SimpleSchema(String name,
SimpleCatalog catalog) |