Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.express.olapi.data.full
Class ExpressSQLCursorManager

java.lang.Object
  extended by oracle.express.olapi.data.full.BaseCursorManager
      extended by oracle.express.olapi.data.full.ExpressSQLCursorManager

All Implemented Interfaces:
SQLCursorManager

Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.

public class ExpressSQLCursorManager
extends BaseCursorManager
implements SQLCursorManager

Method Summary
 java.lang.String generateSQL()
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.
 void generateSQL(java.lang.StringBuffer buffer)
          Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.

 

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

 

Methods inherited from interface oracle.olapi.data.source.SQLCursorManager
close, isOpen

 

Method Detail

generateSQL

public final java.lang.String generateSQL()
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.
Description copied from interface: SQLCursorManager
Gets a String that contains the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager.
Specified by:
generateSQL in interface SQLCursorManager
Returns:
A String that contains the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager.

generateSQL

public final void generateSQL(java.lang.StringBuffer buffer)
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.
Description copied from interface: SQLCursorManager
Gets the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager 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 SQLCursorManager.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.