Class SimplePgTable

All Implemented Interfaces:
IHashable, IOptionContainer, IRelation, ISearchPath, ISimpleOptionContainer, IStatement, IStatementContainer

public final class SimplePgTable extends AbstractRegularTable
PostgreSQL simple table implementation. Represents a standard PostgreSQL table with columns, constraints, and typical table features without special inheritance or typing.
Since:
4.1.1
Author:
galiev_mr
  • Constructor Details

    • SimplePgTable

      public SimplePgTable(String name)
      Creates a new PostgreSQL simple table.
      Parameters:
      name - table name