| 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) |
GetRecordsResponse<T> |
GetRecordsResponse.setHasMoreRecords(boolean hasMoreRecords) |
GetRecordsResponse<T> |
GetRecordsResponse.setTableName(String tableName) |
GetRecordsResponse<T> |
GetRecordsResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
GetRecordsResponse<T> |
GetRecordsResponse.setTypeName(String typeName) |
GetRecordsResponse<T> |
GetRecordsResponse.setTypeSchema(String typeSchema) |
Copyright © 2017. All rights reserved.