|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.NonEmptyTest.TestCase
class NonEmptyTest.TestCase
runs a MDX query with a predefined resultLimit and checks the number of positions of the row axis. The reduces resultLimit ensures that the optimization is present.
| Field Summary | |
|---|---|
(package private) Connection |
con
Mondrian connection. |
(package private) String |
query
MDX query to execute. |
(package private) int |
resultLimit
Maximum number of rows to be read from SQL. |
(package private) int |
rowCount
Number of positions we expect on rows axis of result. |
| Constructor Summary | |
|---|---|
NonEmptyTest.TestCase(Connection con,
int resultLimit,
int rowCount,
String query)
|
|
NonEmptyTest.TestCase(int resultLimit,
int rowCount,
String query)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int resultLimit
String query
int rowCount
Connection con
| Constructor Detail |
|---|
public NonEmptyTest.TestCase(int resultLimit,
int rowCount,
String query)
public NonEmptyTest.TestCase(Connection con,
int resultLimit,
int rowCount,
String query)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||