Class PostgresExecutor

  • All Implemented Interfaces:
    ICastable

    public class PostgresExecutor
    extends JdbcExecutor
    A test executor that uses Postgres through JDBC.
    • Method Detail

      • register

        public static void register​(OptionsParser optionsParser)
        Register the postgres-specific command-line options with the execution options.
        Parameters:
        optionsParser - Options that parse the command-line and guide the execution.