Uses of Class
oracle.jdbc.LogicalTransactionIdEvent
-
Packages that use LogicalTransactionIdEvent Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of LogicalTransactionIdEvent in oracle.jdbc
Methods in oracle.jdbc with parameters of type LogicalTransactionIdEvent Modifier and Type Method Description void
LogicalTransactionIdEventListener. onLogicalTransactionIdEvent(LogicalTransactionIdEvent event)
This method is executed whenever the server sends a new Logical Transaction Id event.
-