Package | Description |
---|---|
oracle.sql.json |
The API for JSON type in Oracle Database.
|
Modifier and Type | Method and Description |
---|---|
OracleJsonParser.Event |
OracleJsonParser.next()
Return the next parsing event.
|
OracleJsonParser.Event |
OracleJsonParser.next()
Return the next parsing event.
|
static OracleJsonParser.Event |
OracleJsonParser.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleJsonParser.Event |
OracleJsonParser.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OracleJsonParser.Event[] |
OracleJsonParser.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static OracleJsonParser.Event[] |
OracleJsonParser.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|