| Package | Description |
|---|---|
| mil.nga.geopackage.db | |
| mil.nga.geopackage.user |
| Modifier and Type | Method and Description |
|---|---|
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
Assumes
getType(int) returns one of:
ResultUtils.FIELD_TYPE_INTEGER, ResultUtils.FIELD_TYPE_FLOAT,
ResultUtils.FIELD_TYPE_STRING, ResultUtils.FIELD_TYPE_BLOB, or
ResultUtils.FIELD_TYPE_NULL |
static Object |
ResultUtils.getValue(Result result,
int index,
GeoPackageDataType dataType)
Get the value from the result from the provided column
Assumes
getType(int) returns one of:
ResultUtils.FIELD_TYPE_INTEGER, ResultUtils.FIELD_TYPE_FLOAT,
ResultUtils.FIELD_TYPE_STRING, ResultUtils.FIELD_TYPE_BLOB, or
ResultUtils.FIELD_TYPE_NULL |
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
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>>
Abstract User Cursor
|
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.