Uses of Class
org.pgcodekeeper.core.schema.AbstractTable
Packages that use AbstractTable
Package
Description
-
Uses of AbstractTable in org.pgcodekeeper.core.loader.jdbc
Methods in org.pgcodekeeper.core.loader.jdbc with parameters of type AbstractTableModifier and TypeMethodDescriptionvoidJdbcLoaderBase.setPrivileges(AbstractColumn column, AbstractTable t, String aclItemsArrayAsString, String schemaName) -
Uses of AbstractTable in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return AbstractTableModifier and TypeMethodDescriptionFinds table according to specified tablename.AbstractTable.shallowCopy()Methods in org.pgcodekeeper.core.schema that return types with arguments of type AbstractTableMethods in org.pgcodekeeper.core.schema with parameters of type AbstractTableModifier and TypeMethodDescriptionvoidAbstractSchema.addTable(AbstractTable table) Adds a table to this schema.static booleanAbstractTable.compareIgnoringColumnOrder(AbstractTable oldTable, AbstractTable newTable) Checks that tables are equal regardless of column order.final booleanAbstractTable.isRecreated(AbstractTable newTable, ISettings settings) Compares this table with thenewTableto determine if a full table recreation is required. -
Uses of AbstractTable in org.pgcodekeeper.core.schema.ch
Subclasses of AbstractTable in org.pgcodekeeper.core.schema.chModifier and TypeClassDescriptionclassRepresents a ClickHouse table with engine configuration and projections.final classRepresents a ClickHouse Log family table that supports constraints. -
Uses of AbstractTable in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractTable in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features. -
Uses of AbstractTable in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractTable in org.pgcodekeeper.core.schema.pgModifier and TypeClassDescriptionclassBase implementation of foreign table for PostgreSQL database.classBase PostgreSQL table class providing common functionality for all PostgreSQL table types.classBase PostgreSQL regular table implementation.final classGreenplum external table implementation.final classPartition foreign table object for PostgreSQL.final classGreenplum partition table implementation.final classPartition regular table object for PostgreSQL.final classPostgreSQL simple foreign table implementation.final classPostgreSQL simple table implementation.final classPostgreSQL typed table implementation.Methods in org.pgcodekeeper.core.schema.pg that return AbstractTableModifier and TypeMethodDescriptionAbstractPgTable.shallowCopy()AbstractRegularTable.shallowCopy()GpExternalTable.shallowCopy()PartitionGpTable.shallowCopy()Methods in org.pgcodekeeper.core.schema.pg with parameters of type AbstractTable