| Package | Description |
|---|---|
| gudusoft.gsqlparser.ext.catalog.impl |
Simple implementations of catalog interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCatalog.SimpleColumn |
SimpleCatalog.SimpleTable.createColumn(String columnName,
String typeName,
boolean nullable)
Creates and adds a new column to this table.
|
SimpleCatalog.SimpleColumn |
SimpleCatalog.SimpleColumn.setComment(String comment)
Sets the comment for the column.
|
SimpleCatalog.SimpleColumn |
SimpleCatalog.SimpleColumn.setDecimalDigits(Integer decimalDigits)
Sets the decimal digits of the column.
|
SimpleCatalog.SimpleColumn |
SimpleCatalog.SimpleColumn.setDefaultValue(String defaultValue)
Sets the default value of the column.
|
SimpleCatalog.SimpleColumn |
SimpleCatalog.SimpleColumn.setSize(Integer size)
Sets the size of the column.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCatalog.SimpleTable |
SimpleCatalog.SimpleTable.addColumn(SimpleCatalog.SimpleColumn column)
Adds a column to this table.
|