Package com.gpudb.protocol
Class GetRecordsFromCollectionRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
-
- Enclosing class:
- GetRecordsFromCollectionRequest
public static final class GetRecordsFromCollectionRequest.Options extends Object
A set of string constants for theGetRecordsFromCollectionRequestparameteroptions.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXPRESSIONOptional filter expression to apply to the table.static StringFALSEstatic StringRETURN_RECORD_IDSIfTRUEthen return the internal record ID along with each returned record.static StringTRUE
-
-
-
Field Detail
-
RETURN_RECORD_IDS
public static final String RETURN_RECORD_IDS
IfTRUEthen return the internal record ID along with each returned record. 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
-
EXPRESSION
public static final String EXPRESSION
Optional filter expression to apply to the table. The default value is ''.- See Also:
- Constant Field Values
-
-