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 |
---|---|
DatabaseFunction |
TraceEventListener.TraceContext.databaseFunction()
Returns current roundtrip database function.
|
DatabaseFunction |
TraceEventListener.TraceContext.databaseFunction()
Returns current roundtrip database function.
|
static DatabaseFunction |
DatabaseFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseFunction |
DatabaseFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseFunction |
DatabaseFunction.valueOfFunctionCode(short code)
Gets the DatabaseFunction by function code
|
static DatabaseFunction |
DatabaseFunction.valueOfFunctionCode(short code)
Gets the DatabaseFunction by function code
|
static DatabaseFunction[] |
DatabaseFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static DatabaseFunction[] |
DatabaseFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|