|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.isam.local.LocalIsamResultReverse<T,TK>
public class LocalIsamResultReverse<T,TK>
Class LocalIsamResultReverse is a result from a find operation in a local ISAM source for implementations that does not support reverse.
Constructor Summary | |
---|---|
LocalIsamResultReverse(java.lang.Class<T> t,
Key<TK> k,
NativeIsam del,
byte[] buf,
boolean firstfnd)
Create instance of LocalIsamResult. |
Method Summary | |
---|---|
void |
close()
Close. |
T |
current()
Return current record. |
boolean |
read()
Read record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalIsamResultReverse(java.lang.Class<T> t, Key<TK> k, NativeIsam del, byte[] buf, boolean firstfnd) throws IsamException
t
- type to loaddel
- delegate to NativeIsambuf
- buffer to receive datafirstfnd
- whether first record was found
IsamException
- if problemMethod Detail |
---|
public boolean read() throws IsamException, RecordException
IsamResult
read
in interface IsamResult<T>
IsamException
- if problem with ISAM source
RecordException
- if problem converting datapublic T current() throws IsamException, RecordException
IsamResult
current
in interface IsamResult<T>
IsamException
- if problem with ISAM source
RecordException
- if problem converting datapublic void close() throws IsamException
IsamResult
close
in interface IsamResult<T>
IsamException
- if problem with ISAM source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |