Class SimpleForeignPgTable

All Implemented Interfaces:
IHashable, IForeignTable, IOptionContainer, IRelation, ISearchPath, IStatement, IStatementContainer, PgForeignOptionContainer

public final class SimpleForeignPgTable extends AbstractForeignTable
PostgreSQL simple foreign table implementation. Represents a basic foreign table that accesses data from external sources through foreign data wrappers without complex inheritance or special features.
Since:
4.1.1
Author:
galiev_mr
  • Constructor Details

    • SimpleForeignPgTable

      public SimpleForeignPgTable(String name, String serverName)
      Creates a new PostgreSQL simple foreign table.
      Parameters:
      name - table name
      serverName - foreign server name this table connects to