Uses of Interface
org.pgcodekeeper.core.database.api.schema.ISearchPath
Packages that use ISearchPath
Package
Description
-
Uses of ISearchPath in org.pgcodekeeper.core.database.api.schema
Subinterfaces of ISearchPath in org.pgcodekeeper.core.database.api.schemaModifier and TypeInterfaceDescriptioninterfaceInterface for database columninterfaceInterface for database composite typeinterfaceInterface for database table constraints.interfaceInterface for foreign key constraints.interfaceInterface for primary key constraints.interfaceMarker interface for foreign tables.interfaceInterface for database functions, procedures, and aggregates.interfaceInterface for database indexinterfaceInterface for database operators.interfaceInterface for partitioned tables.interfaceInterface for database relations (tables, views, sequences).interfaceInterface for database ruleinterfaceInterface for database sequenceinterfaceMarker interface for sub element.interfaceInterface for database tableinterfaceInterface for database triggerinterfaceInterface for database typeinterfaceInterface for database view -
Uses of ISearchPath in org.pgcodekeeper.core.database.base.schema.meta
Classes in org.pgcodekeeper.core.database.base.schema.meta that implement ISearchPathModifier and TypeClassDescriptionfinal classRepresents composite type metadata object.final classRepresents a database constraint metadata object.final classRepresents a database function metadata object.final classRepresents a database operator metadata object.final classRepresents a database relation metadata object (table, view, sequence, etc.). -
Uses of ISearchPath in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement ISearchPathModifier and TypeClassDescriptionclassRepresents a ClickHouse database column with ClickHouse-specific properties.classRepresents a ClickHouse table constraint (CHECK or ASSUME).classRepresents a ClickHouse dictionary object.classRepresents a ClickHouse table index.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). -
Uses of ISearchPath in org.pgcodekeeper.core.database.ms.schema
Subinterfaces of ISearchPath in org.pgcodekeeper.core.database.ms.schemaModifier and TypeInterfaceDescriptioninterfaceInterface for database statements that are represented by their full source code.Classes in org.pgcodekeeper.core.database.ms.schema that implement ISearchPathModifier and TypeClassDescriptionclassAbstract base class for Microsoft SQL CLR (Common Language Runtime) functions.classAbstract base class for database functions, procedures, and aggregates.classAbstract base class for Microsoft SQL functions.classAbstract base class for database objects that can contain other statements.classRepresents a Microsoft SQL CLR function.classRepresents a Microsoft SQL CLR stored procedure.classRepresents a Microsoft SQL table column with its properties and constraints.classAbstract base class for Microsoft SQL table constraints.classRepresents a Microsoft SQL CHECK constraint that validates column values against a boolean expression.classRepresents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables.classRepresents a Microsoft SQL PRIMARY KEY or UNIQUE constraint.classRepresents a Microsoft SQL user-defined function.classRepresents a Microsoft SQL index with support for clustered, non-clustered, and columnstore indexes.classRepresents a Microsoft SQL stored procedure.classRepresents a Microsoft SQL sequence object.classRepresents Microsoft SQL table statistics.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 trigger that executes in response to specific database events.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 ISearchPath in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement ISearchPathModifier and TypeClassDescriptionclassGreenplum external table implementation.classGreenplum partition table implementation.classBase implementation of foreign table for PostgreSQL database.classBase implementation of PostgreSQL functions and procedures.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.classAbstract base class for database user-defined types.classBase PostgreSQL view implementation.classPostgreSQL aggregate function implementation.classPostgreSQL base type implementation.classPostgreSQL collation implementation.classPostgreSQL column implementation.classPostgreSQL composite type implementation.classBase PostgreSQL constraint implementation.classPostgreSQL CHECK constraint implementation.classPostgreSQL EXCLUDE constraint implementation.classPostgreSQL FOREIGN KEY constraint implementation.classPostgreSQL NOT NULL constraint implementation.classPostgreSQL PRIMARY KEY and UNIQUE constraint implementation.classPostgreSQL domain implementation.classPostgreSQL enum type implementation.classPostgreSQL full-text search configuration implementation.classPostgreSQL full-text search dictionary implementation.classPostgreSQL full-text search parser implementation.classPostgreSQL full-text search template implementation.classPostgreSQL function implementation.classPostgreSQL index implementation.classPostgreSQL materialized view implementation.classPostgreSQL operator implementation.classPartition foreign table object for PostgreSQL.classPartition regular table object for PostgreSQL.classPostgreSQL row security policy implementation.classPostgreSQL stored procedure implementation.classPostgreSQL range type implementation.classPostgreSQL table rule implementation.classPostgreSQL sequence implementation.classPostgreSQL shell type implementation.classPostgreSQL simple foreign table implementation.classPostgreSQL simple table implementation.classPostgreSQL extended statistics implementation.classPostgreSQL trigger implementation.classPostgreSQL typed table implementation.classPostgreSQL view implementation.