| Constructor and Description | 
|---|
ResultSetRow(java.util.Map<QName,java.lang.String> columnMap,
            java.sql.ResultSet resultSet)
Construct a ResultSetRow with a map of columns and a ResultSet to be
 wrapped. 
 | 
ResultSetRow(java.sql.ResultSet resultSet)
Construct a ResultSetRow with a ResultSet to be wrapped. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Iterator<QName> | 
getColumns()
Gets the list of column names derived from combining the ResultSet columns
 and the list of columns declared by the constructor parameter. 
 | 
java.lang.Object | 
getObject(QName column)
Looks up into the stored "snapshot" of the column data to return a row
 representation for. 
 | 
public ResultSetRow(java.sql.ResultSet resultSet)
             throws SearchException
resultSet - a wrapped ResultSetSearchExceptionpublic ResultSetRow(java.util.Map<QName,java.lang.String> columnMap, java.sql.ResultSet resultSet) throws SearchException
columnMap - a map of columns from QName to column nameresultSet - a wrapped ResultSetSearchExceptionpublic java.util.Iterator<QName> getColumns()
getColumns in interface RowRow.getObject(oracle.webcenter.search.QName)