public static final class DeleteRecordsRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DELETE_ALL_RECORDS
If set to
TRUE , all records in the table will
be deleted. |
static String |
FALSE |
static String |
GLOBAL_EXPRESSION
An optional global expression to reduce the search space of the
expressions . |
static String |
RECORD_ID
A record ID identifying a single record, obtained at the time of
insertion
of the record or by calling GPUdb.getRecordsFromCollection with the *return_record_ids* option. |
static String |
TRUE |
public static final String GLOBAL_EXPRESSION
expressions
. The default value is ''.public static final String RECORD_ID
insertion
of the record
or by calling GPUdb.getRecordsFromCollection
with the *return_record_ids* option.
This option cannot be used to delete records from replicated tables.public static final String DELETE_ALL_RECORDS
TRUE
, all records in the table will
be deleted. If set to FALSE
, then the option
is effectively ignored.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
Copyright © 2025. All rights reserved.