Uses of Enum Class
oracle.jdbc.TraceEventListener.JdbcExecutionEvent
Packages that use TraceEventListener.JdbcExecutionEvent
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.-
Uses of TraceEventListener.JdbcExecutionEvent in oracle.jdbc
Methods in oracle.jdbc that return TraceEventListener.JdbcExecutionEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TraceEventListener.JdbcExecutionEvent.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.JdbcExecutionEventModifier and TypeMethodDescriptiondefault booleanTraceEventListener.isDesiredEvent(TraceEventListener.JdbcExecutionEvent event) Indicates whether the TraceEventListener desires to receive a given event.default ObjectTraceEventListener.onExecutionEventReceived(TraceEventListener.JdbcExecutionEvent event, Object userContext, Object... params) Called each time an event occurs if observability is enabled and the event is present in the list of desired events.