com.neeve.rog.log
Interface RogLogResultSet

All Superinterfaces:
QueryResultSet<RogLog.Entry>

public interface RogLogResultSet
extends QueryResultSet<RogLog.Entry>

A RogLogResultSet provides an familiar SQL-like result set for navigating Query results from a RogLogQueryEngine.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.neeve.query.QueryResultSet
QueryResultSet.Collation, QueryResultSet.Row<REC>
 
Method Summary
 RogLog.Entry getLogEntry()
          Gets the RogLog.Entry for the current result or null if there is no current result.
 IRogMetadata getRogMetadata()
          Gets the IRogMetadata for the current result or null if there is no current result.
 IRogNode getRogNode()
          Gets the IRogNode for the current result or null if there is no current result.
 
Methods inherited from interface com.neeve.query.QueryResultSet
absolute, beforeFirst, close, describePlan, first, getArray, getArray, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getCount, getCurrency, getCurrency, getDate, getDate, getDouble, getDouble, getEstimatedCount, getFloat, getFloat, getInteger, getInteger, getLong, getLong, getObject, getObject, getPlan, getQueryResult, getRawResult, getSelectedFields, getShort, getShort, getString, getString, isFullScan, next, setCollation
 

Method Detail

getLogEntry

RogLog.Entry getLogEntry()
Gets the RogLog.Entry for the current result or null if there is no current result.

Returns:
The RogLog.Entry for the current result or null if there is no current result.

getRogMetadata

IRogMetadata getRogMetadata()
Gets the IRogMetadata for the current result or null if there is no current result.

Returns:
The IRogMetadata for the current result or null if there is no current result.

getRogNode

IRogNode getRogNode()
Gets the IRogNode for the current result or null if there is no current result.

Returns:
The IRogNode for the current result or null if there is no current result.


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