|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transaction
An interface that represents an OLAP transaction with an Oracle
Database instance.
An application interacts with the Oracle OLAP Java API implementation of
the Transaction
interface through a
TransactionProvider
.
An application creates metadata and Source
objects in the
context of the current Transaction
.
Using a TransactionProvider
, an application can create
a child Transaction
.
An application can get and save a Transaction
and make it
the current Transaction
as desired.
The changes an application makes in a Transaction
do not
take effect until the application commits the Transaction
.
An application can roll back a Transaction
to discard the
changes instead of committing them.
TransactionProvider
Method Summary | |
---|---|
UserSession |
getUserSession()
Gets the UserSession that is the owner of this
Transaction . |
Method Detail |
---|
UserSession getUserSession()
UserSession
that is the owner of this
Transaction
.
The UserSession
represents the Oracle OLAP session and the
connection to the Oracle Database instance.
UserSession
that owns this
Transaction
.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |