Uses of Interface
org.pgcodekeeper.core.schema.IStatementContainer
Packages that use IStatementContainer
Package
Description
-
Uses of IStatementContainer in org.pgcodekeeper.core.schema
Subinterfaces of IStatementContainer in org.pgcodekeeper.core.schemaModifier and TypeInterfaceDescriptioninterfaceInterface representing a database containing schemas.interfaceInterface representing a database schema containing tables, views, functions, and other objects.Classes in org.pgcodekeeper.core.schema that implement IStatementContainerModifier and TypeClassDescriptionclassAbstract base class representing a database schema.classAbstract base class representing a database schema.classAbstract base class for database tables.classAbstract base class for database views.classAbstract base class for database objects that can contain other statements. -
Uses of IStatementContainer in org.pgcodekeeper.core.schema.ch
Classes in org.pgcodekeeper.core.schema.ch that implement IStatementContainerModifier and TypeClassDescriptionfinal classRepresents a ClickHouse database with its schema objects.final classRepresents a ClickHouse database schema (database in ClickHouse terms).classRepresents a ClickHouse table with engine configuration and projections.final classRepresents a ClickHouse Log family table that supports constraints.final classRepresents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW). -
Uses of IStatementContainer in org.pgcodekeeper.core.schema.ms
Classes in org.pgcodekeeper.core.schema.ms that implement IStatementContainerModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL database with its schemas, assemblies, roles, and users.final classRepresents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures.final classRepresents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.final classRepresents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type.final classRepresents a Microsoft SQL view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics. -
Uses of IStatementContainer in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement IStatementContainerModifier and TypeClassDescriptionclassBase implementation of foreign table for PostgreSQL database.classBase PostgreSQL table class providing common functionality for all PostgreSQL table types.classBase PostgreSQL view implementation.classBase PostgreSQL regular table implementation.final classGreenplum external table implementation.final classPostgreSQL materialized view implementation.final classPartition foreign table object for PostgreSQL.final classGreenplum partition table implementation.final classPartition regular table object for PostgreSQL.final classPostgreSQL database implementation.final classPostgreSQL schema implementation.final classPostgreSQL view implementation.final classPostgreSQL simple foreign table implementation.final classPostgreSQL simple table implementation.final classPostgreSQL typed table implementation.