Uses of Enum Class
oracle.jdbc.dcn.QueryChangeDescription.QueryChangeEventType
Packages that use QueryChangeDescription.QueryChangeEventType
Package
Description
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
-
Uses of QueryChangeDescription.QueryChangeEventType in oracle.jdbc.dcn
Methods in oracle.jdbc.dcn that return QueryChangeDescription.QueryChangeEventTypeModifier and TypeMethodDescriptionQueryChangeDescription.getQueryChangeEventType()Returns the type of query change event.static final QueryChangeDescription.QueryChangeEventTypeQueryChangeDescription.QueryChangeEventType.getQueryChangeEventType(int eventType) Implementation detail (for internal use only).Returns the enum constant of this class with the specified name.QueryChangeDescription.QueryChangeEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.