Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
<TResponse> |
GPUdb.getRecords(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(Object typeDescriptor,
GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
RawGetRecordsResponse |
GPUdb.getRecordsRaw(GetRecordsRequest request)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsRequest |
GetRecordsRequest.setEncoding(String encoding)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsRequest |
GetRecordsRequest.setLimit(long limit)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsRequest |
GetRecordsRequest.setOffset(long offset)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsRequest |
GetRecordsRequest.setOptions(Map<String,String> options)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsRequest |
GetRecordsRequest.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.