|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssDrillThroughReport is Integration Server drill-through report.
Method Summary | |
void |
execute()
Executes the report. |
IEssValueAny.EEssDataType |
getColumnDataType(int colId)
Gets the column data type at the specified index. |
java.lang.String |
getColumnName(int colId)
Gets the column name at the specified index. |
int |
getCountColumns()
Gets the count of columns in the result set. |
int |
getCountRows()
Gets the count of rows in the result set. |
int |
getCustomize()
Gets the customize. |
double |
getDoubleValue(int rowId,
int colId)
Gets the double value at the specified row, column intersection. |
float |
getFloatValue(int rowId,
int colId)
Gets the float value at the specified row, column intersection. |
int |
getId()
Gets the report id. |
int |
getIntValue(int rowId,
int colId)
Gets the int value at the specified row, column intersection. |
java.lang.String |
getName()
Gets the report name. |
int |
getRowGoverner()
Gets the row governer. |
java.lang.String |
getStringValue(int rowId,
int colId)
Gets the String value at the specified row, column intersection. |
int |
getTimeGoverner()
Gets the time governer. |
IEssValueAny |
getValue(int rowId,
int colId)
Gets the value at the specified row, column intersection. |
java.lang.String |
getViewName(int colId)
Gets the view name at the specified index. |
Method Detail |
public int getId() throws EssException
EssException
- if an error occurs.public java.lang.String getName() throws EssException
EssException
- if an error occurs.public int getCustomize() throws EssException
EssException
- if an error occurs.public int getRowGoverner() throws EssException
EssException
- if an error occurs.public int getTimeGoverner() throws EssException
EssException
- if an error occurs.public void execute() throws EssException
EssException
- if an error occurs.public int getCountColumns() throws EssException
EssException
- if an error occurs.public java.lang.String getColumnName(int colId) throws EssException
colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public java.lang.String getViewName(int colId) throws EssException
colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public IEssValueAny.EEssDataType getColumnDataType(int colId) throws EssException
colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public int getCountRows() throws EssException
EssException
- if an error occurs.public int getIntValue(int rowId, int colId) throws EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public java.lang.String getStringValue(int rowId, int colId) throws EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public float getFloatValue(int rowId, int colId) throws EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public double getDoubleValue(int rowId, int colId) throws EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.public IEssValueAny getValue(int rowId, int colId) throws EssException
rowId
- The row id (0 to getCountRows()-1).colId
- The column id (0 to getCountColumns()-1).
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |