public interface IQueryResultSet extends IBaseResultSet
CUBE_RESULTSET, QUERY_RESULTSET| 限定符和类型 | 方法和说明 |
|---|---|
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 |
isBeforeFirst()
Judges if the IResultSet's cursor on before the first row.
|
boolean |
isEmpty()
Judges if the IResultSet is empty or not.
|
boolean |
isFirst()
Judges if the IResultSet is on the first row.
|
boolean |
next() |
boolean |
skipTo(long rowIndex) |
close, evaluate, evaluate, evaluate, getID, getParent, getQueryResults, getRawID, getTypeorg.eclipse.birt.data.engine.api.IResultIterator getResultIterator()
long getRowIndex()
boolean skipTo(long rowIndex)
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionboolean next()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionjava.lang.String getGroupId(int groupLevel)
int getStartingGroupLevel()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionint getEndingGroupLevel()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionorg.eclipse.birt.data.engine.api.IResultMetaData getResultMetaData()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionjava.lang.Object getValue(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.lang.Boolean getBoolean(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.lang.Integer getInteger(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.lang.Double getDouble(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.lang.String getString(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.math.BigDecimal getBigDecimal(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.util.Date getDate(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionjava.sql.Blob getBlob(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionbyte[] getBytes(java.lang.String name)
throws org.eclipse.birt.core.exception.BirtException
name - of bound columnorg.eclipse.birt.core.exception.BirtExceptionboolean isEmpty()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionboolean isFirst()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionboolean isBeforeFirst()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionCopyright © 2008 Actuate Corp. All rights reserved.