Uses of Interface
org.pgcodekeeper.core.schema.IRelation
Packages that use IRelation
Package
Description
-
Uses of IRelation in org.pgcodekeeper.core.loader
Methods in org.pgcodekeeper.core.loader with parameters of type IRelationModifier and TypeMethodDescriptionvoidFullAnalyze.analyzeView(IRelation rel) Analyzes views in the database, optionally focusing on a specific relation. -
Uses of IRelation in org.pgcodekeeper.core.schema
Classes in org.pgcodekeeper.core.schema that implement IRelationModifier and TypeClassDescriptionclassAbstract base class for database sequences.classAbstract base class for database tables.classAbstract base class for database views.classAbstract base class for database objects that can contain other statements.Methods in org.pgcodekeeper.core.schema that return IRelationModifier and TypeMethodDescriptionAbstractSchema.getRelation(String name) ISchema.getRelation(String name) Gets a relation by name.Methods in org.pgcodekeeper.core.schema that return types with arguments of type IRelationModifier and TypeMethodDescriptionAbstractSchema.getRelations()ISchema.getRelations()Gets all relations (tables, views, sequences) in this schema. -
Uses of IRelation in org.pgcodekeeper.core.schema.ch
Classes in org.pgcodekeeper.core.schema.ch that implement IRelationModifier and TypeClassDescriptionfinal classRepresents a ClickHouse dictionary object.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).Methods in org.pgcodekeeper.core.schema.ch that return IRelationMethods in org.pgcodekeeper.core.schema.ch that return types with arguments of type IRelation -
Uses of IRelation in org.pgcodekeeper.core.schema.meta
Classes in org.pgcodekeeper.core.schema.meta that implement IRelationModifier and TypeClassDescriptionfinal classRepresents a database relation metadata object (table, view, sequence, etc.).Methods in org.pgcodekeeper.core.schema.meta that return IRelationModifier and TypeMethodDescriptionMetaContainer.findRelation(String schemaName, String relationName) Finds a relation by schema and name.Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type IRelation -
Uses of IRelation in org.pgcodekeeper.core.schema.ms
Classes in org.pgcodekeeper.core.schema.ms that implement IRelationModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL sequence object.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 view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics. -
Uses of IRelation in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement IRelationModifier 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 sequence implementation.final classPostgreSQL view implementation.final classPostgreSQL simple foreign table implementation.final classPostgreSQL simple table implementation.final classPostgreSQL typed table implementation.