|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--quadbase.common.util.internal.CastUtil.RResultSet
| Constructor Summary | |
CastUtil.RResultSet(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 |
public CastUtil.RResultSet(IResultSet rs)
| Method Detail |
public boolean next()
throws java.lang.Exception
IResultSetnext in interface IResultSet
public void close()
throws java.lang.Exception
IResultSetclose in interface IResultSet
public java.lang.Object getObject(int colNo)
throws java.lang.Exception
IRowgetObject in interface IRowquadbase.reportdesigner.util.IRowcolNo - The column number for the field, beginning with 1.
public IRSMetaData getMetaData()
throws java.lang.Exception
IResultSetgetMetaData in interface IResultSet
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||