|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.olapi.data.source.CursorSpecification | +--oracle.olapi.data.source.ValueCursorSpecification
A CursorSpecification
for the values of a Source
.
Method Summary | |
java.lang.Object |
acceptVisitor(CursorSpecificationVisitor visitor, java.lang.Object context) Calls the visitValueCursorSpecification method of the specified CursorSpecificationVisitor and passes that method this ValueCursorSpecification and the specified context Object . |
Methods inherited from class oracle.olapi.data.source.CursorSpecification |
getDefaultFetchSize, getSource, getTransaction, isExtentCalculationSpecified, isParentEndCalculationSpecified, isParentStartCalculationSpecified, setDefaultFetchSize, setExtentCalculationSpecified, setParentEndCalculationSpecified, setParentStartCalculationSpecified, setTransaction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final java.lang.Object acceptVisitor(CursorSpecificationVisitor visitor, java.lang.Object context)
visitValueCursorSpecification
method of the specified CursorSpecificationVisitor
and passes that method this ValueCursorSpecification
and the specified context Object
.visitor
- A CursorSpecificationVisitor
.context
- An Object
.Object
returned by the visitValueCursorSpecification
method.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |