| 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 |
|---|---|
Column |
Table.getColumn(String columnName)
Returns a column by name, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumns()
Returns all columns in this table, in ordinal order.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleCatalog.SimpleColumn
Simple, mutable implementation of
Column. |
| Modifier and Type | Method and Description |
|---|---|
Column |
SimpleCatalog.SimpleTable.getColumn(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
SimpleCatalog.SimpleTable.getColumns() |