Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
NotificationRegistration.RegistrationState |
NotificationRegistration.getState()
Returns the state of this registration.
|
NotificationRegistration.RegistrationState |
NotificationRegistration.getState()
Returns the state of this registration.
|
static NotificationRegistration.RegistrationState |
NotificationRegistration.RegistrationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRegistration.RegistrationState |
NotificationRegistration.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.
|
static NotificationRegistration.RegistrationState[] |
NotificationRegistration.RegistrationState.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|