com.ibm.mm.sdk.server
Class dkAbstractResultSetCursorScrollable
java.lang.Object
|
+--com.ibm.mm.sdk.server.dkAbstractResultSetCursor
|
+--com.ibm.mm.sdk.server.dkAbstractResultSetCursorScrollable
- All Implemented Interfaces:
- DKConstant, DKMessageId, dkResultSetCursor, dkResultSetCursorScrollable
- Direct Known Subclasses:
- DKResultSetCursorDES
- public synchronized class dkAbstractResultSetCursorScrollable
- extends dkAbstractResultSetCursor
- implements dkResultSetCursorScrollable, DKConstant, DKMessageId
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Methods inherited from class com.ibm.mm.sdk.server.dkAbstractResultSetCursor |
addObject, cardinality, close, datastoreName, datastoreType, deleteObject, destroy, fetchNext, fetchNextByName, fetchNextN, fetchNextNByName, fetchObject, fetchObjectByName, findObject, getPosition, handle, handle, isBegin, isEnd, isInBetween, isOpen, isScrollable, isUpdatable, isValid, newObject, objectType, open, open, setPosition, setToNext, updateObject |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.mm.sdk.common.dkResultSetCursor |
addObject, cardinality, close, datastoreName, datastoreType, deleteObject, destroy, fetchNext, fetchNextByName, fetchNextN, fetchNextNByName, fetchObject, fetchObjectByName, findObject, getPosition, handle, handle, isBegin, isEnd, isInBetween, isOpen, isScrollable, isUpdatable, isValid, newObject, objectType, open, open, setPosition, setToNext, updateObject |
dkAbstractResultSetCursorScrollable
public dkAbstractResultSetCursorScrollable()
setToPrevious
public void setToPrevious()
throws DKException,
java.lang.Exception
- Specified by:
setToPrevious
in interface dkResultSetCursorScrollable
fetchPrevious
public DKDDO fetchPrevious()
throws DKException,
java.lang.Exception
- Specified by:
fetchPrevious
in interface dkResultSetCursorScrollable
fetchFirst
public DKDDO fetchFirst()
throws DKException,
java.lang.Exception
- Specified by:
fetchFirst
in interface dkResultSetCursorScrollable
fetchLast
public DKDDO fetchLast()
throws DKException,
java.lang.Exception
- Specified by:
fetchLast
in interface dkResultSetCursorScrollable
fetchPreviousN
public boolean fetchPreviousN(int,
dkCollection)
throws DKException,
java.lang.Exception
- Specified by:
fetchPreviousN
in interface dkResultSetCursorScrollable
fetchPreviousByName
public java.lang.Object fetchPreviousByName(java.lang.String)
throws DKException,
java.lang.Exception
- Specified by:
fetchPreviousByName
in interface dkResultSetCursorScrollable
fetchPreviousNByName
public boolean fetchPreviousNByName(java.lang.String,
int,
java.lang.Object[])
throws DKException,
java.lang.Exception
- Specified by:
fetchPreviousNByName
in interface dkResultSetCursorScrollable
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.