|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary |
Fields inherited from interface org.eclipse.birt.report.engine.extension.IBaseResultSet |
CUBE_RESULTSET, QUERY_RESULTSET |
Method Summary | |
java.math.BigDecimal |
getBigDecimal(java.lang.String name)
Returns the value of a bound column as the BigDecimal data type. |
java.sql.Blob |
getBlob(java.lang.String name)
Returns the value of a bound column as the Blob data type. |
java.lang.Boolean |
getBoolean(java.lang.String name)
Returns the value of a bound column as the Boolean data type. |
byte[] |
getBytes(java.lang.String name)
Returns the value of a bound column as the byte[] data type. |
java.util.Date |
getDate(java.lang.String name)
Returns the value of a bound column as the Date data type. |
java.lang.Double |
getDouble(java.lang.String name)
Returns the value of a bound column as the Double data type. |
int |
getEndingGroupLevel()
Returns the 1-based index of the outermost group in which the current row is the first row. |
java.lang.String |
getGroupId(int groupLevel)
|
java.lang.Integer |
getInteger(java.lang.String name)
Returns the value of a bound column as the Integer data type. |
IResultIterator |
getResultIterator()
|
IResultMetaData |
getResultMetaData()
Returns the metadata of this result set's detail row. |
long |
getRowIndex()
|
int |
getStartingGroupLevel()
Returns the 1-based index of the outermost group in which the current row is the last row. |
java.lang.String |
getString(java.lang.String name)
Returns the value of a bound column as the String data type. |
java.lang.Object |
getValue(java.lang.String name)
Returns the value of a bound column. |
boolean |
isEmpty()
Judges if the IResultSet is empty or not. |
boolean |
next()
|
boolean |
skipTo(long rowIndex)
|
Methods inherited from interface org.eclipse.birt.report.engine.extension.IBaseResultSet |
close, evaluate, getID, getParent, getQueryResults, getRawID, getType |
Method Detail |
public IResultIterator getResultIterator()
public long getRowIndex()
public boolean skipTo(long rowIndex) throws BirtException
BirtException
public boolean next() throws BirtException
BirtException
public java.lang.String getGroupId(int groupLevel)
public int getStartingGroupLevel() throws BirtException
BirtException
public int getEndingGroupLevel() throws BirtException
BirtException
public IResultMetaData getResultMetaData() throws BirtException
BirtException
public java.lang.Object getValue(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.lang.Boolean getBoolean(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.lang.Integer getInteger(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.lang.Double getDouble(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.lang.String getString(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.math.BigDecimal getBigDecimal(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.util.Date getDate(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public java.sql.Blob getBlob(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public byte[] getBytes(java.lang.String name) throws BirtException
name
- of bound column
BirtException
public boolean isEmpty() throws BirtException
BirtException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |