com.redhat.persistence
Class Cursor

java.lang.Object
  extended bycom.redhat.persistence.Cursor

public class Cursor
extends Object

Cursor

Version:
$Revision: #7 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Field Summary
static String versionId
           
 
Constructor Summary
protected Cursor(DataSet ds)
           
 
Method Summary
 void close()
           
protected  RecordSet execute()
           
 Object get()
           
 Object get(Path path)
           
 Object get(String path)
           
 DataSet getDataSet()
           
 long getPosition()
           
 Session getSession()
           
 boolean isAfterLast()
           
 boolean isBeforeFirst()
           
 boolean isClosed()
           
 boolean isFirst()
           
 boolean next()
           
 void rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

Cursor

protected Cursor(DataSet ds)
Method Detail

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 21 2004:2337 UTC