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.
|
RawGetRecordsFromCollectionResponse |
GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest request)
Retrieves records from a collection.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsFromCollectionRequest |
GetRecordsFromCollectionRequest.setEncoding(String encoding)
|
GetRecordsFromCollectionRequest |
GetRecordsFromCollectionRequest.setLimit(long limit)
A positive integer indicating the maximum number of results to be
returned, or END_OF_SET (-9999) to indicate that the maximum number of
results allowed by the server should be returned.
|
GetRecordsFromCollectionRequest |
GetRecordsFromCollectionRequest.setOffset(long offset)
A positive integer indicating the number of initial results to skip
(this can be useful for paging through the results).
|
GetRecordsFromCollectionRequest |
GetRecordsFromCollectionRequest.setOptions(Map<String,String> options)
RETURN_RECORD_IDS : If TRUE then return the internal record ID along with
each returned record. |
GetRecordsFromCollectionRequest |
GetRecordsFromCollectionRequest.setTableName(String tableName)
Name of the collection or table from which records are to be retrieved,
in [schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |