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.setRecordIds(List<String> recordIds)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsBinary(List<ByteBuffer> recordsBinary)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setRecordsJson(List<String> recordsJson)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
RawGetRecordsFromCollectionResponse |
RawGetRecordsFromCollectionResponse.setTypeNames(List<String> typeNames)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.