|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.sql
Class QueryResults

java.lang.Objectorg.jdbf.engine.caching.CachedObject
org.jdbf.engine.sql.QueryResults
- All Implemented Interfaces:
- org.jdbf.engine.caching.Cacheable
- Direct Known Subclasses:
- Cursor
- public abstract class QueryResults
- extends org.jdbf.engine.caching.CachedObject
QueryResults is the class-mapped equivalent of
a JDBC ResultsSet.
These are the results produced by the given SelectStatement.
| Field Summary | |
protected java.lang.String |
className
Class name |
| Fields inherited from class org.jdbf.engine.caching.CachedObject |
frequency, identifier |
| Constructor Summary | |
QueryResults(java.lang.Object id)
Creates a QueryResults object |
|
| Method Summary | |
abstract org.jdbf.engine.basic.ObjectMapped |
getObject()
|
abstract boolean |
next()
|
| Methods inherited from class org.jdbf.engine.caching.CachedObject |
getFrequency, getIdentifier, setFrequency, setIdentifier |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
className
protected java.lang.String className
- Class name
| Constructor Detail |
QueryResults
public QueryResults(java.lang.Object id)
- Creates a QueryResults object
| Method Detail |
next
public abstract boolean next()
getObject
public abstract org.jdbf.engine.basic.ObjectMapped getObject()
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC