org.olap4j
public static final class OlapException.Region extends Object
Row and column positions are 1-based and inclusive. For example, in
SELECT { [Measures].MEMBERS } ON COLUMNS, { } ON ROWS FROM [Sales]
the SELECT
keyword occupies positions (1, 1) through
(1, 6), and would have a Region(startLine=1, startColumn=1,
endColumn=1, endLine=6)
.
Modifier and Type | Field and Description |
---|---|
int |
endColumn |
int |
endLine |
int |
startColumn |
int |
startLine |