Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
RawGetRecordsFromCollectionResponse |
GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
Modifier and Type | Method and Description |
---|---|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setInfo(Map<String,String> info)
Additional information.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordIds(List<String> recordIds)
If the 'return_record_ids' option of the request was 'true', then this
list contains the internal ID for each object.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsBinary(List<ByteBuffer> recordsBinary)
If the encoding parameter of the request was 'binary' then this list
contains the binary encoded records retrieved from the table/collection.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsJson(List<String> recordsJson)
If the encoding parameter of the request was 'json', then this list
contains the JSON encoded records retrieved from the table/collection.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTableName(String tableName)
Value of
tableName . |
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTypeNames(List<String> typeNames)
The type IDs of the corresponding records in
recordsBinary or recordsJson . |
Copyright © 2025. All rights reserved.