|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.xmla.Rowset.RestrictionTest
abstract static class Rowset.RestrictionTest
Extensions to this abstract class implement a restriction test for each Rowset's discovery request. If there is no restriction then the passes method always returns true. Since whether the restriction is not specified (null), a single value (String) or an array of values (String[]) is known at the beginning of a Rowset's populate() method, creating these just once at the beginning is faster than having to determine the restriction status each time it is needed.
Constructor Summary | |
---|---|
Rowset.RestrictionTest()
|
Method Summary | |
---|---|
abstract boolean |
passes(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Rowset.RestrictionTest()
Method Detail |
---|
public abstract boolean passes(java.lang.Object value)
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |