Uses of Class
com.gpudb.protocol.GetRecordsFromCollectionRequest
-
Packages that use GetRecordsFromCollectionRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsFromCollectionRequest in com.gpudb
Methods in com.gpudb with parameters of type GetRecordsFromCollectionRequest Modifier and Type Method Description <TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(GetRecordsFromCollectionRequest request)Retrieves records from a collection.<TResponse>
GetRecordsFromCollectionResponse<TResponse>GPUdb. getRecordsFromCollection(Object typeDescriptor, GetRecordsFromCollectionRequest request)Retrieves records from a collection.RawGetRecordsFromCollectionResponseGPUdb. getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest request)Retrieves records from a collection. -
Uses of GetRecordsFromCollectionRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsFromCollectionRequest Modifier and Type Method Description GetRecordsFromCollectionRequestGetRecordsFromCollectionRequest. setEncoding(String encoding)GetRecordsFromCollectionRequestGetRecordsFromCollectionRequest. 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.GetRecordsFromCollectionRequestGetRecordsFromCollectionRequest. setOffset(long offset)A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).GetRecordsFromCollectionRequestGetRecordsFromCollectionRequest. setOptions(Map<String,String> options)RETURN_RECORD_IDS: IfTRUEthen return the internal record ID along with each returned record.GetRecordsFromCollectionRequestGetRecordsFromCollectionRequest. setTableName(String tableName)Name of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules.
-