com.neeve.query
Interface QueryResultSet.Row<REC>

Type Parameters:
REC - The type of the underlying record.
All Superinterfaces:
Serializable
Enclosing interface:
QueryResultSet<REC>

public static interface QueryResultSet.Row<REC>
extends Serializable

Models a result row.


Method Summary
 REC getRecord()
           
<V> V
getValue(IdxField<REC,V> field)
           
 

Method Detail

getRecord

REC getRecord()
Returns:
The underlying record.

getValue

<V> V getValue(IdxField<REC,V> field)
Returns:
The value of a given field from the row.


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.