Package com.gpudb.protocol
Class ExecuteProcRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ExecuteProcRequest.Options
-
- Enclosing class:
- ExecuteProcRequest
public static final class ExecuteProcRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_INPUTNo longer supported; option will be ignored.static StringEXECUTE_AT_STARTUPIfTRUE, an instance of the proc will run when the database is started instead of running immediately.static StringEXECUTE_AT_STARTUP_ASSets the alternate user name to execute this proc instance as whenEXECUTE_AT_STARTUPisTRUE.static StringFALSEstatic StringMAX_OUTPUT_LINESThe maximum number of lines of output from stdout and stderr to return viaGPUdb.showProcStatus.static StringRUN_TAGA string that, if not empty, can be used in subsequent calls toGPUdb.showProcStatusorGPUdb.killProcto identify the proc instance.static StringTRUEstatic StringUSE_CACHED_INPUTNo longer supported; option will be ignored.
-
-
-
Field Detail
-
CACHE_INPUT
public static final String CACHE_INPUT
No longer supported; option will be ignored. The default value is ''.- See Also:
- Constant Field Values
-
USE_CACHED_INPUT
public static final String USE_CACHED_INPUT
No longer supported; option will be ignored. The default value is ''.- See Also:
- Constant Field Values
-
RUN_TAG
public static final String RUN_TAG
A string that, if not empty, can be used in subsequent calls toGPUdb.showProcStatusorGPUdb.killProcto identify the proc instance. The default value is ''.- See Also:
- Constant Field Values
-
MAX_OUTPUT_LINES
public static final String MAX_OUTPUT_LINES
The maximum number of lines of output from stdout and stderr to return viaGPUdb.showProcStatus. If the number of lines output exceeds the maximum, earlier lines are discarded. The default value is '100'.- See Also:
- Constant Field Values
-
EXECUTE_AT_STARTUP
public static final String EXECUTE_AT_STARTUP
IfTRUE, an instance of the proc will run when the database is started instead of running immediately. TherunIdcan be retrieved usingGPUdb.showProcand used inGPUdb.showProcStatus. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
EXECUTE_AT_STARTUP_AS
public static final String EXECUTE_AT_STARTUP_AS
Sets the alternate user name to execute this proc instance as whenEXECUTE_AT_STARTUPisTRUE. The default value is ''.- See Also:
- Constant Field Values
-
-