Skip navigation links
com.essbase.api.dataquery
Interface IEssOpPivot
- All Superinterfaces:
- IEssBaseObject, IEssOperation
-
public interface IEssOpPivot
- extends IEssOperation
The IEssOpPivot interface.
- Version:
- 1.0, 04/04/2001
- Author:
- Srini Ranga
Method Summary |
int |
getEndColumn()
Gets the column to end the pivot. |
int |
getEndRow()
Gets the row to end the pivot. |
int |
getStartColumn()
Gets the column to start the pivot. |
int |
getStartRow()
Gets the row to start the pivot. |
void |
set(int startRow, int startColumn)
Sets to pivot from row to column or column to row. |
void |
set(int startRow, int startColumn, int endRow, int endColumn)
Sets to pivot from the specified start coordinates to the end coordinates. |
set
void set(int startRow,
int startColumn)
throws com.essbase.api.base.EssException
- Sets to pivot from row to column or column to row.
-
- Parameters:
startRow
- The start row.
startColumn
- The start column.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
set
void set(int startRow,
int startColumn,
int endRow,
int endColumn)
throws com.essbase.api.base.EssException
- Sets to pivot from the specified start coordinates to the end coordinates.
-
- Parameters:
startRow
- The start row.
startColumn
- The start column.
endRow
- The end row.
endColumn
- The end column.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getStartRow
int getStartRow()
throws com.essbase.api.base.EssException
- Gets the row to start the pivot.
-
- Returns:
- The start row.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getStartColumn
int getStartColumn()
throws com.essbase.api.base.EssException
- Gets the column to start the pivot.
-
- Returns:
- The start column.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getEndRow
int getEndRow()
throws com.essbase.api.base.EssException
- Gets the row to end the pivot.
-
- Returns:
- The end row.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
getEndColumn
int getEndColumn()
throws com.essbase.api.base.EssException
- Gets the column to end the pivot.
-
- Returns:
- The end column.
- Throws:
com.essbase.api.base.EssException
- if an error occurs.
Skip navigation links