Uses of Class
com.gpudb.protocol.GetRecordsRequest
-
Packages that use GetRecordsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetRecordsRequest in com.gpudb
Methods in com.gpudb with parameters of type GetRecordsRequest Modifier and Type Method Description <TResponse>
GetRecordsResponse<TResponse>GPUdb. getRecords(GetRecordsRequest request)Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.<TResponse>
GetRecordsResponse<TResponse>GPUdb. getRecords(Object typeDescriptor, GetRecordsRequest request)Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.RawGetRecordsResponseGPUdb. getRecordsRaw(GetRecordsRequest request)Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column. -
Uses of GetRecordsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetRecordsRequest Modifier and Type Method Description GetRecordsRequestGetRecordsRequest. setEncoding(String encoding)GetRecordsRequestGetRecordsRequest. 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.GetRecordsRequestGetRecordsRequest. setOffset(long offset)A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).GetRecordsRequestGetRecordsRequest. setOptions(Map<String,String> options)EXPRESSION: Optional filter expression to apply to the table.GetRecordsRequestGetRecordsRequest. setTableName(String tableName)Name of the table or view from which the records will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
-