Uses of Class
gudusoft.gsqlparser.ext.calcite.catalog.impl.SimpleCatalog.SimpleTable
Packages that use SimpleCatalog.SimpleTable
Package
Description
Simple implementations of catalog interfaces.
-
Uses of SimpleCatalog.SimpleTable in gudusoft.gsqlparser.ext.calcite.catalog.impl
Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl that return SimpleCatalog.SimpleTableModifier and TypeMethodDescriptionSimpleCatalog.SimpleTable.addColumn(SimpleCatalog.SimpleColumn column) Adds a column to this table.SimpleCatalog.SimpleTable.addPrimaryKey(String columnName) Adds a primary key column.SimpleCatalog.SimpleSchema.createTable(String tableName) Creates and adds a new table to this schema with type "TABLE".SimpleCatalog.SimpleSchema.createTable(String tableName, String tableType) Creates and adds a new table to this schema.SimpleCatalog.SimpleTable.setComment(String comment) Sets the comment for this table.SimpleCatalog.SimpleTable.setPrimaryKeys(List<String> primaryKeys) Sets the primary key columns.Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl with parameters of type SimpleCatalog.SimpleTableModifier and TypeMethodDescriptionSimpleCatalog.SimpleSchema.addTable(SimpleCatalog.SimpleTable table) Adds a table to this schema.