Uses of Class
gudusoft.gsqlparser.ext.calcite.catalog.impl.SimpleCatalog.SimpleColumn
Packages that use SimpleCatalog.SimpleColumn
Package
Description
Simple implementations of catalog interfaces.
-
Uses of SimpleCatalog.SimpleColumn in gudusoft.gsqlparser.ext.calcite.catalog.impl
Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl that return SimpleCatalog.SimpleColumnModifier and TypeMethodDescriptionSimpleCatalog.SimpleTable.createColumn(String columnName, String typeName, boolean nullable) Creates and adds a new column to this table.SimpleCatalog.SimpleColumn.setComment(String comment) Sets the comment for the column.SimpleCatalog.SimpleColumn.setDecimalDigits(Integer decimalDigits) Sets the decimal digits of the column.SimpleCatalog.SimpleColumn.setDefaultValue(String defaultValue) Sets the default value of the column.Sets the size of the column.Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl with parameters of type SimpleCatalog.SimpleColumnModifier and TypeMethodDescriptionSimpleCatalog.SimpleTable.addColumn(SimpleCatalog.SimpleColumn column) Adds a column to this table.