Uses of Interface
oracle.jdbc.LogicalTransactionId
-
Packages that use LogicalTransactionId Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of LogicalTransactionId in oracle.jdbc
</section>Methods in oracle.jdbc that return LogicalTransactionId Modifier and Type Method Description abstract LogicalTransactionIdLogicalTransactionIdEvent. getLogicalTransactionId()LogicalTransactionIdOracleConnection. 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.LogicalTransactionIdOracleConnectionWrapper. getLogicalTransactionId()
- <section role="region">