|
||||||||||
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. |
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 |
---|
IResultIterator getResultIterator()
long getRowIndex()
boolean skipTo(long rowIndex) throws BirtException
BirtException
boolean next() throws BirtException
BirtException
java.lang.String getGroupId(int groupLevel)
int getStartingGroupLevel() throws BirtException
BirtException
int getEndingGroupLevel() throws BirtException
BirtException
IResultMetaData getResultMetaData() throws BirtException
BirtException
java.lang.Object getValue(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.lang.Boolean getBoolean(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.lang.Integer getInteger(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.lang.Double getDouble(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.lang.String getString(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.math.BigDecimal getBigDecimal(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.util.Date getDate(java.lang.String name) throws BirtException
name
- of bound column
BirtException
java.sql.Blob getBlob(java.lang.String name) throws BirtException
name
- of bound column
BirtException
byte[] getBytes(java.lang.String name) throws BirtException
name
- of bound column
BirtException
boolean isEmpty() throws BirtException
BirtException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |