Uses of Interface
org.pgcodekeeper.core.schema.ISearchPath

Packages that use ISearchPath
  • Uses of ISearchPath in org.pgcodekeeper.core.schema

    Modifier and Type
    Interface
    Description
    interface 
    Interface for database table constraints.
    interface 
    Interface for foreign key constraints.
    interface 
    Interface for primary key constraints.
    interface 
    Interface for database functions, procedures, and aggregates.
    interface 
    Interface for database operators.
    interface 
    Interface for database relations (tables, views, sequences).
    interface 
    Interface for database statements that are represented by their full source code.
    Classes in org.pgcodekeeper.core.schema that implement ISearchPath
    Modifier and Type
    Class
    Description
    class 
    Abstract base class for database column definitions.
    class 
    Abstract base class for database table constraints.
    class 
    Abstract base class for database functions, procedures, and aggregates.
    class 
    Abstract base class for database table indexes.
    class 
    Abstract base class for database sequences.
    class 
    Abstract base class for database statistics objects.
    class 
    Abstract base class for database tables.
    class 
    Abstract base class for database triggers.
    class 
    Abstract base class for database user-defined types.
    class 
    Abstract base class for database views.
    class 
    Abstract base class for database objects that can contain other statements.
  • Uses of ISearchPath in org.pgcodekeeper.core.schema.ch

    Modifier and Type
    Class
    Description
    final class 
    Represents a ClickHouse database column with ClickHouse-specific properties.
    final class 
    Represents a ClickHouse table constraint (CHECK or ASSUME).
    final class 
    Represents a ClickHouse dictionary object.
    final class 
    Represents a ClickHouse user-defined function.
    final class 
    Represents a ClickHouse table index.
    class 
    Represents a ClickHouse table with engine configuration and projections.
    final class 
    Represents a ClickHouse Log family table that supports constraints.
    final class 
    Represents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW).
  • Uses of ISearchPath in org.pgcodekeeper.core.schema.meta

    Modifier and Type
    Class
    Description
    final class 
    Represents a database constraint metadata object.
    final class 
    Represents a database function metadata object.
    final class 
    Represents a database operator metadata object.
    final class 
    Represents a database relation metadata object (table, view, sequence, etc.).
  • Uses of ISearchPath in org.pgcodekeeper.core.schema.ms

    Modifier and Type
    Class
    Description
    class 
    Abstract base class for Microsoft SQL CLR (Common Language Runtime) functions.
    class 
    Abstract base class for Microsoft SQL functions.
    final class 
    Represents a Microsoft SQL CLR function.
    final class 
    Represents a Microsoft SQL CLR stored procedure.
    final class 
    Represents a Microsoft SQL table column with its properties and constraints.
    class 
    Abstract base class for Microsoft SQL table constraints.
    final class 
    Represents a Microsoft SQL CHECK constraint that validates column values against a boolean expression.
    final class 
    Represents a Microsoft SQL FOREIGN KEY constraint that enforces referential integrity between tables.
    final class 
    Represents a Microsoft SQL PRIMARY KEY or UNIQUE constraint.
    final class 
    Represents a Microsoft SQL user-defined function.
    final class 
    Represents a Microsoft SQL index with support for clustered, non-clustered, and columnstore indexes.
    final class 
    Represents a Microsoft SQL stored procedure.
    final class 
    Represents a Microsoft SQL sequence object.
    final class 
    Represents Microsoft SQL table statistics.
    final class 
    Represents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.
    final class 
    Represents a Microsoft SQL trigger that executes in response to specific database events.
    final class 
    Represents a Microsoft SQL user-defined type that can be an alias type, assembly type, or table type.
    final class 
    Represents a Microsoft SQL view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics.
  • Uses of ISearchPath in org.pgcodekeeper.core.schema.pg

    Modifier and Type
    Class
    Description
    class 
    Base implementation of foreign table for PostgreSQL database.
    class 
    Base implementation of PostgreSQL functions and procedures.
    class 
    Base PostgreSQL table class providing common functionality for all PostgreSQL table types.
    class 
    Base PostgreSQL view implementation.
    class 
    Base PostgreSQL regular table implementation.
    final class 
    Greenplum external table implementation.
    final class 
    PostgreSQL materialized view implementation.
    final class 
    Partition foreign table object for PostgreSQL.
    final class 
    Greenplum partition table implementation.
    final class 
    Partition regular table object for PostgreSQL.
    final class 
    PostgreSQL aggregate function implementation.
    final class 
    PostgreSQL base type implementation.
    final class 
    PostgreSQL collation implementation.
    final class 
    PostgreSQL column implementation.
    final class 
    PostgreSQL composite type implementation.
    class 
    Base PostgreSQL constraint implementation.
    final class 
    PostgreSQL CHECK constraint implementation.
    final class 
    PostgreSQL EXCLUDE constraint implementation.
    final class 
    PostgreSQL FOREIGN KEY constraint implementation.
    final class 
    PostgreSQL PRIMARY KEY and UNIQUE constraint implementation.
    final class 
    PostgreSQL domain implementation.
    final class 
    PostgreSQL enum type implementation.
    final class 
    PostgreSQL full-text search configuration implementation.
    final class 
    PostgreSQL full-text search dictionary implementation.
    final class 
    PostgreSQL full-text search parser implementation.
    final class 
    PostgreSQL full-text search template implementation.
    final class 
    PostgreSQL function implementation.
    final class 
    PostgreSQL index implementation.
    final class 
    PostgreSQL operator implementation.
    final class 
    PostgreSQL row security policy implementation.
    final class 
    PostgreSQL stored procedure implementation.
    final class 
    PostgreSQL range type implementation.
    final class 
    PostgreSQL table rule implementation.
    final class 
    PostgreSQL sequence implementation.
    final class 
    PostgreSQL shell type implementation.
    final class 
    PostgreSQL extended statistics implementation.
    final class 
    PostgreSQL trigger implementation.
    final class 
    PostgreSQL view implementation.
    final class 
    PostgreSQL simple foreign table implementation.
    final class 
    PostgreSQL simple table implementation.
    final class 
    PostgreSQL typed table implementation.