mondrian.rolap
Class FastBatchingCellReaderTest.MyDelegatingInvocationHandler
java.lang.Object
mondrian.util.DelegatingInvocationHandler
mondrian.rolap.FastBatchingCellReaderTest.MyDelegatingInvocationHandler
- All Implemented Interfaces:
- InvocationHandler
- Enclosing class:
- FastBatchingCellReaderTest
public static class FastBatchingCellReaderTest.MyDelegatingInvocationHandler
- extends DelegatingInvocationHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTarget
protected Object getTarget()
- Description copied from class:
DelegatingInvocationHandler
- Returns the object to forward method calls to, should the derived class
not implement the method. Generally, this object will be a member of the
derived class, supplied as a parameter to its constructor.
The default implementation returns null, which will cause the
DelegatingInvocationHandler.invoke(Object, java.lang.reflect.Method, Object[])
method
to throw an UnsupportedOperationException
if the derived class
does not have the required method.
- Overrides:
getTarget
in class DelegatingInvocationHandler
- Returns:
- object to forward method calls to
supportsGroupingSets
public boolean supportsGroupingSets()
- Handler for
Dialect.supportsGroupingSets()
.
- Returns:
- whether dialect supports GROUPING SETS syntax