Class JdbcPgLoader


public final class JdbcPgLoader extends JdbcLoaderBase
JDBC-based database schema loader for PostgreSQL databases. Reads database schemas, functions, views, tables, types, sequences, extensions, and other objects from a PostgreSQL database. Supports timezone configuration and Greenplum database detection. Extends JdbcLoaderBase to provide PostgreSQL-specific loading functionality.
  • Constructor Details

    • JdbcPgLoader

      public JdbcPgLoader(AbstractJdbcConnector connector, String timezone, ISettings settings, IMonitor monitor, IgnoreSchemaList ignoreSchemaList)
      Creates a new PostgreSQL JDBC loader with the specified parameters.
      Parameters:
      connector - the JDBC connector for establishing database connections
      timezone - the timezone to set for the database connection
      settings - loader settings and configuration
      monitor - progress monitor for tracking loading progress
      ignoreSchemaList - list of schemas to ignore during loading
  • Method Details