|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseResultIterator
Method Summary | |
---|---|
void |
close()
Closes this result set. |
IResultMetaData |
getResultMetaData()
Returns the metadata of this result set's detail row. |
int |
getRowIndex()
Each row has its own index, which indicates this row position in the result set. |
java.lang.Object |
getValue(java.lang.String name)
Returns the value of a bound column |
boolean |
isEmpty()
Indicate if the IResultSetIterator is empty or not |
boolean |
next()
Move to the next record of the result set. |
Method Detail |
---|
IResultMetaData getResultMetaData() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
int getRowIndex() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
- if error occurs in Data Enginejava.lang.Object getValue(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
void close() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
boolean isEmpty() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
boolean next() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
- if error occurs in Data Engine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |