Class HsqldbExecutor.Factory
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.ExecutorFactory
-
- net.hydromatic.sqllogictest.executors.HsqldbExecutor.Factory
-
- Enclosing class:
- HsqldbExecutor
public static class HsqldbExecutor.Factory extends ExecutorFactory
-
-
Field Summary
Fields Modifier and Type Field Description static HsqldbExecutor.FactoryINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(ExecutionOptions options)Register this factory with the Execution options.
-
-
-
Field Detail
-
INSTANCE
public static final HsqldbExecutor.Factory INSTANCE
-
-
Method Detail
-
register
public void register(ExecutionOptions options)
Description copied from class:ExecutorFactoryRegister this factory with the Execution options. May install new command-line flags as well.- Specified by:
registerin classExecutorFactory
-
-