|
|||||||||||
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. |
org.eclipse.birt.data.engine.api.IResultIterator |
getResultIterator()
|
org.eclipse.birt.data.engine.api.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, evaluate, getID, getParent, getQueryResults, getRawID, getType |
Method Detail |
public org.eclipse.birt.data.engine.api.IResultIterator getResultIterator()
public long getRowIndex()
public boolean skipTo(long rowIndex) throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public boolean next() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public java.lang.String getGroupId(int groupLevel)
public int getStartingGroupLevel() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public int getEndingGroupLevel() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public org.eclipse.birt.data.engine.api.IResultMetaData getResultMetaData() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
public java.lang.Object getValue(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.lang.Boolean getBoolean(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.lang.Integer getInteger(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.lang.Double getDouble(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.lang.String getString(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.math.BigDecimal getBigDecimal(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.util.Date getDate(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public java.sql.Blob getBlob(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public byte[] getBytes(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
public boolean isEmpty() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |