TColumn - column typeTTable - table typeTRow - row typepublic interface UserCoreResult<TColumn extends UserColumn,TTable extends UserTable<TColumn>,TRow extends UserCoreRow<TColumn,TTable>> extends Result
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Get the count of results
|
TRow |
getRow()
Get the row at the current cursor position
|
TRow |
getRow(int[] columnTypes,
Object[] values)
Get a row using the column types and values
|
TTable |
getTable()
Get the table
|
Object |
getValue(TColumn column)
Get the value for the column
|
close, getBlob, getColumnCount, getColumnIndex, getDouble, getFloat, getInt, getLong, getPosition, getShort, getString, getType, getValue, getValue, moveToFirst, moveToNext, moveToPosition, wasNullTRow getRow(int[] columnTypes, Object[] values)
columnTypes - column typesvalues - valuesObject getValue(TColumn column)
column - columnTTable getTable()
TRow getRow()
int getCount()
Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.