Class PostgresExecutor
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.SqlTestExecutor
-
- net.hydromatic.sqllogictest.executors.SqlSltTestExecutor
-
- net.hydromatic.sqllogictest.executors.JdbcExecutor
-
- net.hydromatic.sqllogictest.executors.PostgresExecutor
-
- All Implemented Interfaces:
ICastable
public class PostgresExecutor extends JdbcExecutor
A test executor that uses Postgres through JDBC.
-
-
Field Summary
-
Fields inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
dbUrl
-
-
Constructor Summary
Constructors Constructor Description PostgresExecutor(OptionsParser.SuppliedOptions options, String username, String password)
Note: this implementation requires the existence of a database named SLT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(OptionsParser optionsParser)
Register the postgres-specific command-line options with the execution options.-
Methods inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
closeConnection, dropAllTables, dropAllViews, establishConnection, execute, getConnection, statement, validate
-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Constructor Detail
-
PostgresExecutor
public PostgresExecutor(OptionsParser.SuppliedOptions options, String username, String password)
Note: this implementation requires the existence of a database named SLT
-
-
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.
-
-