| Package | Description |
|---|---|
| gudusoft.gsqlparser.ext.catalog.impl |
Simple implementations of catalog interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCatalog.SimpleSchema |
SimpleCatalog.SimpleSchema.addTable(SimpleCatalog.SimpleTable table)
Adds a table to this schema.
|
SimpleCatalog.SimpleSchema |
SimpleCatalog.createSchema(String schemaName)
Creates and adds a new schema to this catalog.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCatalog |
SimpleCatalog.addSchema(SimpleCatalog.SimpleSchema schema)
Adds a schema to this catalog.
|
| Constructor and Description |
|---|
SimpleTable(String name,
String tableType,
SimpleCatalog.SimpleSchema schema) |