Class PostgresExecutor.Factory
- java.lang.Object
-
- net.hydromatic.sqllogictest.executors.ExecutorFactory
-
- net.hydromatic.sqllogictest.executors.PostgresExecutor.Factory
-
- Enclosing class:
- PostgresExecutor
public static class PostgresExecutor.Factory extends ExecutorFactory
-
-
Field Summary
Fields Modifier and Type Field Description static PostgresExecutor.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 PostgresExecutor.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
-
-