com.redhat.persistence
Class Cursor
java.lang.Object
com.redhat.persistence.Cursor
- public class Cursor
- extends Object
Cursor
- Version:
- $Revision: #7 $ $Date: 2004/04/07 $
- Author:
- rhs@mit.edu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
Cursor
protected Cursor(DataSet ds)
getDataSet
public DataSet getDataSet()
getSession
public Session getSession()
isClosed
public boolean isClosed()
get
public Object get(Path path)
get
public Object get(String path)
get
public Object get()
next
public boolean next()
execute
protected RecordSet execute()
isBeforeFirst
public boolean isBeforeFirst()
isFirst
public boolean isFirst()
isAfterLast
public boolean isAfterLast()
getPosition
public long getPosition()
rewind
public void rewind()
close
public void close()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC