|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SQLCursorManager
An interface for an object that gets the SQL statement that the Oracle
OLAP SQL Generator generates for a Source that specifies a
query.
Before you create an instance of an implementation of
SQLCursorManager, you must commit the current
Transaction.
You create an instance of a SQLCursorManager with the
createSQLCursorManager or
createSQLCursorManagers methods of a DataProvider.
TransactionProvider| Method Summary | |
|---|---|
void |
close()
Closes the SQLCursorManager and releases the
resources associated with it. |
java.lang.String |
generateSQL()
Gets a String that contains the SQL statement that Oracle
OLAP generates for the Source for this
SQLCursorManager. |
void |
generateSQL(java.lang.StringBuffer buffer)
Gets the SQL statement that Oracle OLAP generates for the Source for this SQLCursorManager and
appends it to the specified StringBuffer. |
boolean |
isOpen()
Indicates whether this SQLCursorManager is open. |
| Method Detail |
|---|
boolean isOpen()
SQLCursorManager is open.
true if the SQLCursorManager
is open and false if it is closed.void close()
SQLCursorManager and releases the
resources associated with it.
java.lang.String generateSQL()
String that contains the SQL statement that Oracle
OLAP generates for the Source for this
SQLCursorManager.
String that contains the SQL statement that Oracle
OLAP generates for the Source for this
SQLCursorManager.void generateSQL(java.lang.StringBuffer buffer)
Source for this SQLCursorManager and
appends it to the specified StringBuffer.
buffer - 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 | ||||||||