|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryResultSet
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 |
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)
|
Methods inherited from interface org.eclipse.birt.report.engine.extension.IBaseResultSet |
---|
close, evaluate, evaluate, getID, getParent, getQueryResults, getRawID, getType |
Method Detail |
---|
org.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.BirtException
boolean next() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
java.lang.String getGroupId(int groupLevel)
int getStartingGroupLevel() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
int getEndingGroupLevel() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.data.engine.api.IResultMetaData getResultMetaData() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
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
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
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
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
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
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
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
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
byte[] getBytes(java.lang.String name) throws org.eclipse.birt.core.exception.BirtException
name
- of bound column
org.eclipse.birt.core.exception.BirtException
boolean isEmpty() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
boolean isFirst() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtException
boolean isBeforeFirst() 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 |