|
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.express.olapi.data.full.BaseCursorManager | +--oracle.express.olapi.data.full.ExpressSQLCursorManager
A SQLCursorManager
that extends BaseCursorManager
and that has methods for getting the SQL statement that Oracle OLAP generates for a Source
that specifies a query. Before you create an ExpressSQLCursorManager
, you must prepare and commit the current Transaction
with the methods of the TransactionProvider
you are using. You create an ExpressSQLCursorManager
with the createSQLCursorManager
or createSQLCursorManagers
methods of an ExpressDataProvider
.
TransactionProvider
Method Summary | |
java.lang.String |
generateSQL() Gets a String that contains the SQL statement that Oracle OLAP generates for the Source for this ExpressSQLCursorManager . |
void |
generateSQL(java.lang.StringBuffer buffer) Gets the SQL statement that Oracle OLAP generates for the Source for this ExpressSQLCursorManager and appends it to the specified StringBuffer . |
Methods inherited from class oracle.express.olapi.data.full.BaseCursorManager |
close, isOpen |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public final java.lang.String generateSQL()
String
that contains the SQL statement that Oracle OLAP generates for the Source
for this ExpressSQLCursorManager
.String
that contains the SQL statement that Oracle OLAP generates for the Source
for this ExpressSQLCursorManager
.public final void generateSQL(java.lang.StringBuffer buffer)
Source
for this ExpressSQLCursorManager
and appends it to the specified StringBuffer
.buffer
- A StringBuffer
that contains the SQL statement that Oracle OLAP generates for the Source
for this ExpressSQLCursorManager
.
|
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 |