public static final class KillProcRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLEAR_EXECUTE_AT_STARTUP
If
TRUE , kill and remove the instance of the
proc matching the auto-start run ID that was created to run when the
database is started. |
static String |
FALSE |
static String |
RUN_TAG
If
runId is specified, kill the proc instance
that has a matching run ID and a matching run tag that was provided
to GPUdb.executeProc . |
static String |
TRUE |
public static final String RUN_TAG
runId
is specified, kill the proc instance
that has a matching run ID and a matching run tag that was provided
to GPUdb.executeProc
. If runId
is not specified,
kill the proc instance(s) where a matching run tag was provided to
GPUdb.executeProc
. The default value is ''.public static final String CLEAR_EXECUTE_AT_STARTUP
TRUE
, kill and remove the instance of the
proc matching the auto-start run ID that was created to run when the
database is started. The auto-start run ID was returned from GPUdb.executeProc
and can be retrieved using GPUdb.showProc
.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.