Class PgAbstractTable

All Implemented Interfaces:
IOptionContainer, IRelation, ISearchPath, IStatement, IStatementContainer, ITable, IHashable
Direct Known Subclasses:
GpExternalTable, PgAbstractForeignTable, PgAbstractRegularTable

public abstract class PgAbstractTable extends PgAbstractStatementContainer implements ITable, IOptionContainer
Base PostgreSQL table class providing common functionality for all PostgreSQL table types. Handles table inheritance, trigger states, column management, and various PostgreSQL-specific table features like WITH OIDS, row-level security, and storage parameters.
Since:
5.3.1.
Author:
galiev_mr