Uses of Class
oracle.jdbc.NotificationRegistration.RegistrationState
-
Packages that use NotificationRegistration.RegistrationState Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of NotificationRegistration.RegistrationState in oracle.jdbc
Methods in oracle.jdbc that return NotificationRegistration.RegistrationState Modifier and Type Method Description NotificationRegistration.RegistrationStateNotificationRegistration. getState()Returns the state of this registration.static NotificationRegistration.RegistrationStateNotificationRegistration.RegistrationState. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationRegistration.RegistrationState[]NotificationRegistration.RegistrationState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-