Object Translator

com.informix.ormapper
Class OResultSet

java.lang.Object
  |
  +--com.informix.ormapper.OResultSet

public class OResultSet
extends java.lang.Object

This is the Object Translator result set wrapper class.


Field Summary
protected  OConnection connection
           
 
Method Summary
 void close()
           
 OBase getCurrentObject()
           
 boolean moveFirst()
           
 boolean moveLast()
           
 boolean moveNext()
           
 boolean movePrevious()
           
 void open(OConnection conn, java.lang.String sql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected OConnection connection
Method Detail

open

public void open(OConnection conn,
                 java.lang.String sql)
          throws DatabaseException

close

public void close()
           throws DatabaseException

moveNext

public boolean moveNext()
                 throws DatabaseException

movePrevious

public boolean movePrevious()
                     throws DatabaseException

moveFirst

public boolean moveFirst()
                  throws DatabaseException

moveLast

public boolean moveLast()
                 throws DatabaseException

getCurrentObject

public OBase getCurrentObject()
                       throws DatabaseException

Object Translator

Copyright © 1999-2000 Informix Software, Inc.