| 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 |
|---|---|
Table |
Schema.getTable(String tableName)
Returns a table by name, or null if not found.
|
Table |
Catalog.getTable(String schemaName,
String tableName)
Returns a table by qualified name (schema.table), or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Schema.getTables()
Returns all tables in this schema.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleCatalog.SimpleTable
Simple, mutable implementation of
Table. |
| Modifier and Type | Method and Description |
|---|---|
Table |
SimpleCatalog.SimpleSchema.getTable(String tableName) |
Table |
SimpleCatalog.getTable(String schemaName,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
SimpleCatalog.SimpleSchema.getTables() |