Package gudusoft.gsqlparser.ext.calcite.catalog
package gudusoft.gsqlparser.ext.calcite.catalog
Standalone SQL catalog metadata management utility.
This package provides interfaces and implementations for managing database catalog metadata (catalogs, schemas, tables, columns). It can be used independently of Apache Calcite.
Key interfaces:
org.apache.calcite.catalog.Catalog- Database catalogorg.apache.calcite.catalog.Schema- Database schemaorg.apache.calcite.catalog.Table- Database tableorg.apache.calcite.catalog.Column- Table column
Simple implementations:
org.apache.calcite.catalog.impl.SimpleCatalog- Simple catalog implementation