| 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.JdbcExecutionEvent |
TraceEventListener.JdbcExecutionEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceEventListener.JdbcExecutionEvent |
TraceEventListener.JdbcExecutionEvent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceEventListener.JdbcExecutionEvent[] |
TraceEventListener.JdbcExecutionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TraceEventListener.JdbcExecutionEvent[] |
TraceEventListener.JdbcExecutionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default boolean |
TraceEventListener.isDesiredEvent(TraceEventListener.JdbcExecutionEvent event)
Indicates whether the TraceEventListener desires to receive a given event.
|
default boolean |
TraceEventListener.isDesiredEvent(TraceEventListener.JdbcExecutionEvent event)
Indicates whether the TraceEventListener desires to receive a given event.
|
default java.lang.Object |
TraceEventListener.onExecutionEventReceived(TraceEventListener.JdbcExecutionEvent event,
java.lang.Object userContext,
java.lang.Object... params)
Called each time an event occurs if observability is enabled and the event
is present in the list of desired events.
|
default java.lang.Object |
TraceEventListener.onExecutionEventReceived(TraceEventListener.JdbcExecutionEvent event,
java.lang.Object userContext,
java.lang.Object... params)
Called each time an event occurs if observability is enabled and the event
is present in the list of desired events.
|