Package com.gpudb.protocol
Class DeleteRecordsRequest.Options
java.lang.Object
com.gpudb.protocol.DeleteRecordsRequest.Options
Enclosing class:
A set of string constants for the
DeleteRecordsRequest parameter options.
Optional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf set toTRUE, all records in the table will be deleted.static final Stringstatic final StringAn optional global expression to reduce the search space of theexpressions.static final StringA record ID identifying a single record, obtained at the time ofinsertion of the recordor by callingGPUdb.getRecordsFromCollectionwith the *return_record_ids* option.static final String
Field Details
GLOBAL_EXPRESSION
An optional global expression to reduce the search space of theexpressions. The default value is ”.See Also:RECORD_ID
A record ID identifying a single record, obtained at the time ofinsertion of the recordor by callingGPUdb.getRecordsFromCollectionwith the *return_record_ids* option. This option cannot be used to delete records from replicated tables.See Also: