Uses of Enum Class
oracle.jdbc.dcn.RowChangeDescription.RowOperation
Packages that use RowChangeDescription.RowOperation
Package
Description
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
-
Uses of RowChangeDescription.RowOperation in oracle.jdbc.dcn
Methods in oracle.jdbc.dcn that return RowChangeDescription.RowOperationModifier and TypeMethodDescriptionRowChangeDescription.getRowOperation()Deprecated.This method is deprecated in 21.static final RowChangeDescription.RowOperationRowChangeDescription.RowOperation.getRowOperation(int code) Deprecated.This method is deprecated in 21.Returns the enum constant of this class with the specified name.static RowChangeDescription.RowOperation[]RowChangeDescription.RowOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.jdbc.dcn that return types with arguments of type RowChangeDescription.RowOperationModifier and TypeMethodDescriptionRowChangeDescription.getRowOperations()Returns the operation kind: this row was either inserted, updated or deleted.static final EnumSet<RowChangeDescription.RowOperation>RowChangeDescription.RowOperation.getRowOperations(int code)