Uses of Class
gudusoft.gsqlparser.ext.calcite.catalog.impl.SimpleCatalog.SimpleSchema
Packages that use SimpleCatalog.SimpleSchema
Package
Description
Simple implementations of catalog interfaces.
-
Uses of SimpleCatalog.SimpleSchema in gudusoft.gsqlparser.ext.calcite.catalog.impl
Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl that return SimpleCatalog.SimpleSchemaModifier and TypeMethodDescriptionSimpleCatalog.SimpleSchema.addTable(SimpleCatalog.SimpleTable table) Adds a table to this schema.SimpleCatalog.createSchema(String schemaName) Creates and adds a new schema to this catalog.Methods in gudusoft.gsqlparser.ext.calcite.catalog.impl with parameters of type SimpleCatalog.SimpleSchemaModifier and TypeMethodDescriptionSimpleCatalog.addSchema(SimpleCatalog.SimpleSchema schema) Adds a schema to this catalog.Constructors in gudusoft.gsqlparser.ext.calcite.catalog.impl with parameters of type SimpleCatalog.SimpleSchemaModifierConstructorDescriptionSimpleTable(String name, String tableType, SimpleCatalog.SimpleSchema schema)