CatalogSqlManager
The CatalogSqlManager interface defines the API catalog services use to read and write catalog information to a SQL compliant database.
CatalogSqlManagerFactory
Factory for CatalogSqlManager instances.
JdbcCatalogFactory
This class provides static methods to insulate the JDBC catalog developer from the underlying database schema.
JdbcSqlManager
The JdbcSqlManager class implements the CatalogSqlManager interface using JDBC compliant SQL.
OracleSqlManager
The OracleSqlManager class implements the CatalogSqlManager interface using Oracle compliant SQL.