Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

oracle.express.olapi.data.full
Class ExpressSQLCursorManager

java.lang.Object
  |
  +--oracle.express.olapi.data.full.BaseCursorManager
        |
        +--oracle.express.olapi.data.full.ExpressSQLCursorManager

public class ExpressSQLCursorManager
extends BaseCursorManager
implements SQLCursorManager

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.

See Also:
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

generateSQL

public final java.lang.String generateSQL()
Gets a String that contains the SQL statement that Oracle OLAP generates for the Source for this ExpressSQLCursorManager.
Specified by:
generateSQL in interface SQLCursorManager
Returns:
A String that contains the SQL statement that Oracle OLAP generates for the Source for this ExpressSQLCursorManager.

generateSQL

public final 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.
Specified by:
generateSQL in interface SQLCursorManager
Parameters:
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 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.