| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| Modifier and Type | Method and Description |
|---|---|
static TraceEventListener.Sequence |
TraceEventListener.Sequence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceEventListener.Sequence |
TraceEventListener.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.
|
static TraceEventListener.Sequence[] |
TraceEventListener.Sequence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
TraceEventListener.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.
|
java.lang.Object |
TraceEventListener.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.
|