Uses of Class
org.pgcodekeeper.core.database.pg.schema.PgAbstractTable
Packages that use PgAbstractTable
Package
Description
-
Uses of PgAbstractTable in org.pgcodekeeper.core.database.pg.loader
Methods in org.pgcodekeeper.core.database.pg.loader with parameters of type PgAbstractTableModifier and TypeMethodDescriptionvoidPgJdbcLoader.setPrivileges(PgColumn column, PgAbstractTable t, String aclItemsArrayAsString, String schemaName) -
Uses of PgAbstractTable in org.pgcodekeeper.core.database.pg.schema
Subclasses of PgAbstractTable in org.pgcodekeeper.core.database.pg.schemaModifier and TypeClassDescriptionclassGreenplum external table implementation.classGreenplum partition table implementation.classBase implementation of foreign table for PostgreSQL database.classBase PostgreSQL regular table implementation.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 that return PgAbstractTableModifier and TypeMethodDescriptionFinds table according to specified tablename.Methods in org.pgcodekeeper.core.database.pg.schema that return types with arguments of type PgAbstractTableMethods in org.pgcodekeeper.core.database.pg.schema with parameters of type PgAbstractTableModifier and TypeMethodDescriptionPgColumn.getParentCol(PgAbstractTable tbl) Returns the parent column for given column or null if given column hasn't parent column.