org.olap4j.mdx
public static class ParseRegion.RegionAndSource extends Object
Useful for reporting errors. For example, the error in the statement
has source "SELECT {[Measures].[Units In Stock]} ON COLUMNS\nFROM [Sales]" and region [1:9, 1:34].SELECT {[Measures].[Units In Stock]} ON COLUMNS FROM [Sales]
Modifier and Type | Field and Description |
---|---|
ParseRegion |
region |
String |
source |
Constructor and Description |
---|
ParseRegion.RegionAndSource(String source,
ParseRegion region)
Creates a RegionAndSource.
|
public final ParseRegion region
public ParseRegion.RegionAndSource(String source, ParseRegion region)
source
- Source MDX coderegion
- Coordinates of region within MDX code