Class ExecutorFactory
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.ExecutorFactory
-
- Direct Known Subclasses:
HsqldbExecutor.Factory,NoExecutor.Factory,PostgresExecutor.Factory
public abstract class ExecutorFactory extends Object
An executor factory creates aSqlTestExecutor.
-
-
Constructor Summary
Constructors Constructor Description ExecutorFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidregister(ExecutionOptions options)Register this factory with the Execution options.
-
-
-
Method Detail
-
register
public abstract void register(ExecutionOptions options)
Register this factory with the Execution options. May install new command-line flags as well.
-
-