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.
-
-
Field Summary
-
Fields inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
dbUrl
-
-
Constructor Summary
Constructors Constructor Description HsqldbExecutor(OptionsParser.SuppliedOptions options)
Create a test executor that uses HSQL DB to execute tests.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
establishConnection()
Establish a JDBC connection to the database.static void
register(OptionsParser optionsParser)
Register the HSQL DB executor with the command-line options.-
Methods inherited from class net.hydromatic.sqllogictest.executors.JdbcExecutor
closeConnection, dropAllTables, dropAllViews, execute, getConnection, statement, validate
-
Methods inherited from class net.hydromatic.sqllogictest.executors.SqlTestExecutor
avoid
-
-
-
-
Constructor Detail
-
HsqldbExecutor
public HsqldbExecutor(OptionsParser.SuppliedOptions options)
Create a test executor that uses HSQL DB to execute tests.- Parameters:
options
- Options guiding the test execution.
-
-
Method Detail
-
register
public static void register(OptionsParser optionsParser)
Register the HSQL DB executor with the command-line options.- Parameters:
optionsParser
- Options that will guide the execution.
-
establishConnection
public void establishConnection() throws SQLException
Description copied from class:JdbcExecutor
Establish a JDBC connection to the database.- Overrides:
establishConnection
in classJdbcExecutor
- Throws:
SQLException
-
-