Uses of Class
oracle.jdbc.TraceEventListener.Sequence
-
Packages that use TraceEventListener.Sequence Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of TraceEventListener.Sequence in oracle.jdbc
Methods in oracle.jdbc that return TraceEventListener.Sequence Modifier and Type Method Description static TraceEventListener.SequenceTraceEventListener.Sequence. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TraceEventListener.Sequence[]TraceEventListener.Sequence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.jdbc with parameters of type TraceEventListener.Sequence Modifier and Type Method Description java.lang.ObjectTraceEventListener. roundTrip(TraceEventListener.Sequence seq, TraceEventListener.TraceContext traceContext, java.lang.Object userContext)Called before and after each round trip on the Connection if observability is enabled.
-