public static final class RawUpdateRecordsRequest.Options extends Object
expressions
.
GPUdb.insertRecordsRaw(RawInsertRecordsRequest)
. Values: true, false.
GPUdb.insertRecordsRaw(RawInsertRecordsRequest)
or GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
).
options
.
The Raw version of this method can be used to specify the encoding scheme of the request.Modifier and Type | Field and Description |
---|---|
static String |
BYPASS_SAFETY_CHECKS
When set to 'true', all predicates are available for primary key updates.
|
static String |
FALSE
The Raw version of this method can be used to specify the encoding scheme of the request.
|
static String |
GLOBAL_EXPRESSION
An optional global expression to reduce the search space of the predicates listed in
expressions . |
static String |
RECORD_ID
ID of a single record to be updated (returned in the call to
GPUdb.insertRecordsRaw(RawInsertRecordsRequest) or GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest) ). |
static String |
TRUE
The Raw version of this method can be used to specify the encoding scheme of the request.
|
static String |
UPDATE_ON_EXISTING_PK
Can be used to customize behavior when the updated primary key value already exists, as described in
GPUdb.insertRecordsRaw(RawInsertRecordsRequest) . |
public static final String GLOBAL_EXPRESSION
expressions
.
The Raw version of this method can be used to specify the encoding scheme of the request.public static final String BYPASS_SAFETY_CHECKS
public static final String TRUE
public static final String FALSE
public static final String UPDATE_ON_EXISTING_PK
GPUdb.insertRecordsRaw(RawInsertRecordsRequest)
. Values: true, false.
public static final String RECORD_ID
GPUdb.insertRecordsRaw(RawInsertRecordsRequest)
or GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest)
).
The Raw version of this method can be used to specify the encoding scheme of the request.Copyright © 2016. All rights reserved.