public static final class ExecuteProcRequest.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_INPUT
No longer supported; option will be ignored.
|
static String |
EXECUTE_AT_STARTUP
If
TRUE, an instance of the proc will run when
the database is started instead of running immediately. |
static String |
EXECUTE_AT_STARTUP_AS
Sets the alternate user name to execute this proc instance as when
EXECUTE_AT_STARTUP is TRUE. |
static String |
FALSE |
static String |
MAX_OUTPUT_LINES
The maximum number of lines of output from stdout and stderr to
return via
GPUdb.showProcStatus. |
static String |
RUN_TAG
A string that, if not empty, can be used in subsequent calls to
GPUdb.showProcStatus or GPUdb.killProc to
identify the proc instance. |
static String |
TRUE |
static String |
USE_CACHED_INPUT
No longer supported; option will be ignored.
|
public static final String CACHE_INPUT
public static final String USE_CACHED_INPUT
public static final String RUN_TAG
GPUdb.showProcStatus or GPUdb.killProc to
identify the proc instance. The default value is ''.public static final String MAX_OUTPUT_LINES
GPUdb.showProcStatus. If the number of lines output exceeds the
maximum, earlier lines are discarded. The default value is '100'.public static final String EXECUTE_AT_STARTUP
TRUE, an instance of the proc will run when
the database is started instead of running immediately. The runId can be
retrieved using GPUdb.showProc and used in GPUdb.showProcStatus.
Supported values:
The default value is FALSE.public static final String TRUE
public static final String FALSE
public static final String EXECUTE_AT_STARTUP_AS
EXECUTE_AT_STARTUP is TRUE. The default value is ''.Copyright © 2025. All rights reserved.