|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.express.olapi.data.full.BaseCursorManager
oracle.express.olapi.data.full.ExpressSQLCursorManager
Deprecated. As of Oracle 11g, Release 1 (11.1); replaced by SQLCursorManager.
public class ExpressSQLCursorManager
| 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 |
|---|
public final java.lang.String generateSQL()
SQLCursorManager.SQLCursorManagerString that contains the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager.generateSQL in interface SQLCursorManagerString that contains the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager.public final void generateSQL(java.lang.StringBuffer buffer)
SQLCursorManager.SQLCursorManagerSource for this SQLCursorManager and appends it to the specified StringBuffer.generateSQL in interface SQLCursorManagerbuffer - A StringBuffer that contains the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||