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.
|
<TResponse> |
GPUdb.getRecords(Object typeDescriptor,
String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
<TResponse> |
GPUdb.getRecords(String tableName,
long offset,
long limit,
Map<String,String> options)
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsResponse<T> |
GetRecordsResponse.setData(List<T> data)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsResponse<T> |
GetRecordsResponse.setHasMoreRecords(boolean hasMoreRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsResponse<T> |
GetRecordsResponse.setTableName(String tableName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsResponse<T> |
GetRecordsResponse.setTotalNumberOfRecords(long totalNumberOfRecords)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsResponse<T> |
GetRecordsResponse.setTypeName(String typeName)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
GetRecordsResponse<T> |
GetRecordsResponse.setTypeSchema(String typeSchema)
The Raw version of this method can be used to specify the encoding scheme of the response.
|
Copyright © 2016. All rights reserved.