static List<List<Object>> |
ResultUtils.buildResults(Result result,
GeoPackageDataType[] dataTypes,
Integer limit) |
Build the result rows from the result and the optional limit
|
static List<Object> |
ResultUtils.buildSingleColumnResults(Result result,
int column,
GeoPackageDataType dataType,
Integer limit) |
Build single column result rows from the result and the optional limit
|
static Object |
ResultUtils.buildSingleResult(Result result,
int column,
GeoPackageDataType dataType) |
Build single result value from the column
|
static Object |
ResultUtils.getFloatValue(Result result,
int index,
GeoPackageDataType dataType) |
Get the float value from the cursor of the column
|
static Object |
ResultUtils.getIntegerValue(Result result,
int index,
GeoPackageDataType dataType) |
Get the integer value from the cursor of the column
|
static Object |
ResultUtils.getValue(Result result,
int index) |
Get the value from the result from the provided column
|
static Object |
ResultUtils.getValue(Result result,
int index,
int type) |
Get the value from the cursor from the provided column
|
static Object |
ResultUtils.getValue(Result result,
int index,
int type,
GeoPackageDataType dataType) |
Get the value from the cursor from the provided column
|
static Object |
ResultUtils.getValue(Result result,
int index,
GeoPackageDataType dataType) |
Get the value from the result from the provided column
|