Package com.gpudb.protocol
Class DeleteRecordsRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.DeleteRecordsRequest.Options
-
- Enclosing class:
- DeleteRecordsRequest
public static final class DeleteRecordsRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_ALL_RECORDSIf set toTRUE, all records in the table will be deleted.static StringFALSEstatic StringGLOBAL_EXPRESSIONAn optional global expression to reduce the search space of theexpressions.static StringRECORD_IDA record ID identifying a single record, obtained at the time ofinsertion of the recordor by callingGPUdb.getRecordsFromCollectionwith the *return_record_ids* option.static StringTRUE
-
-
-
Field Detail
-
GLOBAL_EXPRESSION
public static final String GLOBAL_EXPRESSION
An optional global expression to reduce the search space of theexpressions. The default value is ''.- See Also:
- Constant Field Values
-
RECORD_ID
public static final String 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:
- Constant Field Values
-
DELETE_ALL_RECORDS
public static final String DELETE_ALL_RECORDS
If set toTRUE, all records in the table will be deleted. If set toFALSE, then the option is effectively ignored. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-