Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GPUdb.getRecordsByColumn(GetRecordsByColumnRequest request)
For a given table, retrieves the values of the given columns within a
given range.
|
GetRecordsByColumnResponse |
GPUdb.getRecordsByColumn(String tableName,
List<String> columnNames,
long offset,
long limit,
Map<String,String> options)
For a given table, retrieves the values of the given columns within a
given range.
|
Modifier and Type | Method and Description |
---|---|
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setData(List<Record> data) |
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setHasMoreRecords(boolean hasMoreRecords) |
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setTableName(String tableName) |
GetRecordsByColumnResponse |
GetRecordsByColumnResponse.setTotalNumberOfRecords(long totalNumberOfRecords) |
Copyright © 2017. All rights reserved.