Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
abstract LogicalTransactionId |
LogicalTransactionIdEvent.getLogicalTransactionId() |
LogicalTransactionId |
OracleConnection.getLogicalTransactionId()
Gets the current Logical Transaction Id which are sent by the server in a piggy back message and hence this method call doesn't make a roundtrip.
|
LogicalTransactionId |
OracleConnectionWrapper.getLogicalTransactionId() |
LogicalTransactionId |
OracleConnectionWrapper.getLogicalTransactionId() |
LogicalTransactionId |
OracleConnection.getLogicalTransactionId()
Gets the current Logical Transaction Id which are sent by the server in a piggy back message and hence this method call doesn't make a roundtrip.
|
abstract LogicalTransactionId |
LogicalTransactionIdEvent.getLogicalTransactionId() |