Class PostgresTablePath


  • @Internal
    public class PostgresTablePath
    extends Object
    Table path of PostgresSQL in Flink. Can be of formats "table_name" or "schema_name.table_name". When it's "table_name", the schema name defaults to "public".
    • Constructor Detail

      • PostgresTablePath

        public PostgresTablePath​(String pgSchemaName,
                                 String pgTableName)