Uses of Interface
org.pgcodekeeper.core.database.api.schema.IStatementContainer
Packages that use IStatementContainer
Package
Description
-
Uses of IStatementContainer in org.pgcodekeeper.core.database.api.schema
Subinterfaces of IStatementContainer in org.pgcodekeeper.core.database.api.schemaModifier and TypeInterfaceDescriptioninterfaceInterface representing a database containing schemas.interfaceMarker interface for foreign tables.interfaceInterface for partitioned tables.interfaceInterface representing a database schema containing tables, views, functions, and other objects.interfaceInterface for database tableinterfaceInterface for database viewMethods in org.pgcodekeeper.core.database.api.schema that return IStatementContainerModifier and TypeMethodDescriptionISchema.getStatementContainer(String name) Gets a statement container by name. -
Uses of IStatementContainer in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement IStatementContainerModifier and TypeClassDescriptionclassRepresents a ClickHouse database with its schema objects.classRepresents a ClickHouse database schema (database in ClickHouse terms).classRepresents a ClickHouse table with engine configuration and projections.classRepresents a ClickHouse Log family table that supports constraints.classRepresents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW).Methods in org.pgcodekeeper.core.database.ch.schema that return IStatementContainerModifier and TypeMethodDescriptionChSchema.getStatementContainer(String name) Gets a statement container by name.Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type IStatementContainerModifier and TypeMethodDescriptionChSchema.getStatementContainers()Gets a stream of all statement containers in this schema. -
Uses of IStatementContainer in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement IStatementContainerModifier and TypeClassDescriptionclassAbstract base class for database objects that can contain other statements.classRepresents a Microsoft SQL database with its schemas, assemblies, roles, and users.classRepresents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures.classRepresents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.classRepresents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type.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.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement IStatementContainerModifier and TypeClassDescriptionclassGreenplum external table implementation.classGreenplum partition table implementation.classBase implementation of foreign table for PostgreSQL database.classBase PostgreSQL regular table implementation.classAbstract base class for database objects that can contain other statements.classBase PostgreSQL table class providing common functionality for all PostgreSQL table types.classBase PostgreSQL view implementation.classPostgreSQL database implementation.classPostgreSQL materialized view implementation.classPartition foreign table object for PostgreSQL.classPartition regular table object for PostgreSQL.classPostgreSQL schema implementation.classPostgreSQL simple foreign table implementation.classPostgreSQL simple table implementation.classPostgreSQL typed table implementation.classPostgreSQL view implementation.