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
. -
-
Uses of LogicalTransactionId in oracle.jdbc
Methods in oracle.jdbc that return LogicalTransactionId Modifier and Type Method 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()
-