|
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 |
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 prepare and commit the current Transaction
with the methods of the TransactionProvider
you are using. 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 |
public boolean isOpen()
SQLCursorManager
is open.true
if the SQLCursorManager
is open and false
if it is closed.public void close()
SQLCursorManager
and releases the resources associated with it.public 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
.public 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
.
|
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 |