Uses of Class
org.pgcodekeeper.core.schema.PgStatementContainer
Packages that use PgStatementContainer
Package
Description
-
Uses of PgStatementContainer in org.pgcodekeeper.core.schema
Subclasses of PgStatementContainer in org.pgcodekeeper.core.schemaModifier and TypeClassDescriptionclassAbstract base class for database tables.classAbstract base class for database views.Methods in org.pgcodekeeper.core.schema that return PgStatementContainerModifier and TypeMethodDescriptionAbstractSchema.getStatementContainer(String name) Gets a statement container by name.PgStatementContainer.shallowCopy()Methods in org.pgcodekeeper.core.schema that return types with arguments of type PgStatementContainerModifier and TypeMethodDescriptionAbstractSchema.getStatementContainers()Gets a stream of all statement containers in this schema. -
Uses of PgStatementContainer in org.pgcodekeeper.core.schema.ch
Subclasses of PgStatementContainer in org.pgcodekeeper.core.schema.chModifier and TypeClassDescriptionclassRepresents 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 PgStatementContainer in org.pgcodekeeper.core.schema.ms
Subclasses of PgStatementContainer in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal 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 view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics. -
Uses of PgStatementContainer in org.pgcodekeeper.core.schema.pg
Subclasses of PgStatementContainer in org.pgcodekeeper.core.schema.pgModifier 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 view implementation.final classPostgreSQL simple foreign table implementation.final classPostgreSQL simple table implementation.final classPostgreSQL typed table implementation.