Uses of Interface
org.pgcodekeeper.core.database.api.schema.ITable
Packages that use ITable
Package
Description
-
Uses of ITable in org.pgcodekeeper.core.database.api.schema
Subinterfaces of ITable in org.pgcodekeeper.core.database.api.schemaModifier and TypeInterfaceDescriptioninterfaceMarker interface for foreign tables.interfaceInterface for partitioned tables.Methods in org.pgcodekeeper.core.database.api.schema with parameters of type ITableModifier and TypeMethodDescriptionbooleanITable.compareIgnoringColumnOrder(ITable newTable) booleanITable.isRecreated(ITable newTable, ISettings settings) Compares this table with thenewTableto determine if a full table recreation is required. -
Uses of ITable in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement ITableModifier and TypeClassDescriptionclassRepresents a ClickHouse table with engine configuration and projections.classRepresents a ClickHouse Log family table that supports constraints.Methods in org.pgcodekeeper.core.database.ch.schema with parameters of type ITableModifier and TypeMethodDescriptionbooleanChTable.compareIgnoringColumnOrder(ITable newTable) booleanChTable.isRecreated(ITable newTable, ISettings settings) -
Uses of ITable in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement ITableModifier and TypeClassDescriptionclassRepresents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.Methods in org.pgcodekeeper.core.database.ms.schema with parameters of type ITableModifier and TypeMethodDescriptionbooleanMsTable.compareIgnoringColumnOrder(ITable newTable) booleanMsTable.isRecreated(ITable newTable, ISettings settings) -
Uses of ITable in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement ITableModifier and TypeClassDescriptionclassGreenplum external table implementation.classGreenplum partition table implementation.classBase implementation of foreign table for PostgreSQL database.classBase PostgreSQL regular table implementation.classBase PostgreSQL table class providing common functionality for all PostgreSQL table types.classPartition foreign table object for PostgreSQL.classPartition regular table object for PostgreSQL.classPostgreSQL simple foreign table implementation.classPostgreSQL simple table implementation.classPostgreSQL typed table implementation.Methods in org.pgcodekeeper.core.database.pg.schema with parameters of type ITableModifier and TypeMethodDescriptionbooleanPgAbstractTable.compareIgnoringColumnOrder(ITable newTable) final booleanPgAbstractTable.isRecreated(ITable newTable, ISettings settings)