Uses of Enum Class
oracle.jdbc.dcn.DatabaseChangeEvent.AdditionalEventType
Packages that use DatabaseChangeEvent.AdditionalEventType
Package
Description
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
-
Uses of DatabaseChangeEvent.AdditionalEventType in oracle.jdbc.dcn
Methods in oracle.jdbc.dcn that return DatabaseChangeEvent.AdditionalEventTypeModifier and TypeMethodDescriptionDatabaseChangeEvent.getAdditionalEventType()Retrieve the additional event type.static final DatabaseChangeEvent.AdditionalEventTypeDatabaseChangeEvent.AdditionalEventType.getEventType(int code) Implementation detail (for internal use only).Returns the enum constant of this class with the specified name.DatabaseChangeEvent.AdditionalEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.