Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
oracle.sql |
A package of classes that represent java SQL types and Oracle specific SQL types.
|
Modifier and Type | Method | Description |
---|---|---|
static LargeObjectAccessMode |
LargeObjectAccessMode.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LargeObjectAccessMode[] |
LargeObjectAccessMode.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleBfile.open(LargeObjectAccessMode mode) |
Open a external LOB in the indicated mode.
|
void |
OracleBlob.open(LargeObjectAccessMode mode) |
Open a BLOB in the indicated mode.
|
void |
OracleClob.open(LargeObjectAccessMode mode) |
Open a CLOB in the indicated mode.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BFILE.open(LargeObjectAccessMode mode) |
Deprecated.
Public method using enum instead of int
|
void |
BLOB.open(LargeObjectAccessMode mode) |
Deprecated.
Public method using enum instead of int
|
void |
CLOB.open(LargeObjectAccessMode mode) |
Deprecated.
Public method using enum instead of int
|