|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreQueryResultSet
A IStoreQueryResultSet
provides an familiar SQL-like result set for navigating Query
results
from a IStoreQueryEngine
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.query.QueryResultSet |
---|
QueryResultSet.Collation, QueryResultSet.Row<REC> |
Method Summary | |
---|---|
IStoreObject |
getStoreObject()
Gets the IStoreObject 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 |
---|
IStoreObject getStoreObject()
IStoreObject
for the current result or null if there
is no current result.
IStoreObject
for the current result or null if there is no current result.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |