Class PgSimpleForeignTable

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

public class PgSimpleForeignTable extends PgAbstractForeignTable
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

    • PgSimpleForeignTable

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