EspressReport
v 5.5

quadbase.common.util.internal
Class CastUtil.CResultSet

java.lang.Object
  |
  +--quadbase.common.util.internal.CastUtil.CResultSet
All Implemented Interfaces:
IResultSet, IRow
Enclosing class:
CastUtil

public static class CastUtil.CResultSet
extends java.lang.Object
implements IResultSet


Constructor Summary
CastUtil.CResultSet(IResultSet rs)
           
 
Method Summary
 void close()
          Closes the cursor
 IRSMetaData getMetaData()
          Gets the meta data object
 java.lang.Object getObject(int colNo)
          Returns the data value stored in the specified column of this row.
 boolean next()
          Advances cursor to next row
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastUtil.CResultSet

public CastUtil.CResultSet(IResultSet rs)
Method Detail

next

public boolean next()
             throws java.lang.Exception
Description copied from interface: IResultSet
Advances cursor to next row
Specified by:
next in interface IResultSet

close

public void close()
           throws java.lang.Exception
Description copied from interface: IResultSet
Closes the cursor
Specified by:
close in interface IResultSet

getObject

public java.lang.Object getObject(int colNo)
                           throws java.lang.Exception
Description copied from interface: IRow
Returns the data value stored in the specified column of this row.
Specified by:
getObject in interface IRow
Following copied from interface: quadbase.util.IRow
Parameters:
colNo - The column number for the field, beginning with 1.
Returns:
The data value stored in that column field.

getMetaData

public IRSMetaData getMetaData()
                        throws java.lang.Exception
Description copied from interface: IResultSet
Gets the meta data object
Specified by:
getMetaData in interface IResultSet

EspressReport
v 5.5