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
|
long |
getId()
Get the primary key value
|
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(int index)
Get the value for the column index
|
Object |
getValue(String columnName)
Get the value for the column name
|
Object |
getValue(TColumn column)
Get the value for the column
|
close, getBlob, getColumnCount, getColumnIndex, getDouble, getFloat, getInt, getLong, getPosition, getShort, getString, getType, getValue, moveToFirst, moveToNext, moveToPosition, wasNullTRow getRow(int[] columnTypes, Object[] values)
columnTypes - column typesvalues - valuesObject getValue(TColumn column)
column - columnObject getValue(int index)
Object getValue(String columnName)
columnName - column namelong getId()
TTable getTable()
TRow getRow()
int getCount()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.