Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
<TResponse> |
GPUdb.getRecordsFromCollection(GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(Object typeDescriptor,
GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(Object typeDescriptor,
String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a collection.
|
<TResponse> |
GPUdb.getRecordsFromCollection(String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a collection.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setData(List<T> data)
If the encoding parameter of the request was 'binary' then this list
contains the binary encoded records retrieved from the table/collection.
|
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setInfo(Map<String,String> info)
Additional information.
|
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.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.
|
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setTableName(String tableName)
Value of
tableName . |
GetRecordsFromCollectionResponse<T> |
GetRecordsFromCollectionResponse.setTypeNames(List<String> typeNames)
The type IDs of the corresponding records in
data or
recordsJson . |
Copyright © 2025. All rights reserved.