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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostgresExecutor.Factory
-
Field Summary
-
Fields inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
dbUrl
-
-
Constructor Summary
Constructors Constructor Description PostgresExecutor(ExecutionOptions options, String username, String password)Note: this implementation requires the existence of a database named SLT
-
Method Summary
-
Methods inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
closeConnection, establishConnection, execute
-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Constructor Detail
-
PostgresExecutor
public PostgresExecutor(ExecutionOptions options, String username, String password)
Note: this implementation requires the existence of a database named SLT
-
-