Uses of Class
oracle.jdbc.Tracer.Sequence
-
Packages that use Tracer.Sequence Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of Tracer.Sequence in oracle.jdbc
Methods in oracle.jdbc that return Tracer.Sequence Modifier and Type Method Description static Tracer.SequenceTracer.Sequence. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tracer.Sequence[]Tracer.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 Tracer.Sequence Modifier and Type Method Description java.lang.ObjectTracer. roundTrip(Tracer.Sequence seq, Tracer.TraceContext traceContext, java.lang.Object userContext)Called before and after each round trip on the Connection if observability is enabled.
-