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