Class HsqldbExecutor
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.SqlTestExecutor
-
- net.hydromatic.sqllogictest.executors.SqlSltTestExecutor
-
- net.hydromatic.sqllogictest.executors.JdbcExecutor
-
- net.hydromatic.sqllogictest.executors.HsqldbExecutor
-
- All Implemented Interfaces:
ICastable
public class HsqldbExecutor extends JdbcExecutor
A test executor that uses HSQLDB through JDBC.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHsqldbExecutor.Factory
-
Field Summary
-
Fields inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
dbUrl
-
-
Constructor Summary
Constructors Constructor Description HsqldbExecutor(ExecutionOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidestablishConnection()-
Methods inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
closeConnection, execute
-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Constructor Detail
-
HsqldbExecutor
public HsqldbExecutor(ExecutionOptions options)
-
-
Method Detail
-
establishConnection
public void establishConnection() throws SQLException- Overrides:
establishConnectionin classJdbcExecutor- Throws:
SQLException
-
-