public interface IItemResultSet
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnInfo> |
getColumnMetadata()
Returns the column metadata for the result set.
|
IItemQuery |
getQuery()
Returns the query used to create the result set.
|
Object |
getValue(int column)
Returns the value for the specified column, at the current row.
|
boolean |
next()
Advances the cursor to the next row in the result set.
|
IItemQuery getQuery()
Object getValue(int column) throws ItemResultSetException
column - the column for which to return the value.ItemResultSetException - if there was a problem reading the value, such as the cursor not being at a
value, the column not existing etc.Map<String,ColumnInfo> getColumnMetadata()
boolean next()
JDK Mission Control v 8.0.1
Copyright © 2018-2021, Oracle and/or its affiliates. All rights reserved. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl