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 and Description |
---|---|
static LargeObjectAccessMode |
LargeObjectAccessMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LargeObjectAccessMode |
LargeObjectAccessMode.valueOf(java.lang.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.
|
static LargeObjectAccessMode[] |
LargeObjectAccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
OracleBfile.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleBfile.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
default void |
OracleBlob.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleBlob.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
default void |
OracleClob.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleClob.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
default void |
OracleClob.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleClob.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
default void |
OracleBlob.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleBlob.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
default void |
OracleBfile.open(LargeObjectAccessMode mode)
Deprecated.
The name of this method is anticipated to conflict with a
future version of the JDBC Specification. This method will be removed in a
future version of the Oracle JDBC Driver. Any calls to this method should
be replaced with a call to
OracleBfile.openLob(LargeObjectAccessMode) , which provides the
exact same behavior. |
void |
OracleBfile.openLob(LargeObjectAccessMode mode)
Open an external LOB in the indicated mode.
|
void |
OracleBlob.openLob(LargeObjectAccessMode mode)
Open a BLOB in the indicated mode.
|
void |
OracleClob.openLob(LargeObjectAccessMode mode)
Open a CLOB in the indicated mode.
|
void |
OracleClob.openLob(LargeObjectAccessMode mode)
Open a CLOB in the indicated mode.
|
void |
OracleBlob.openLob(LargeObjectAccessMode mode)
Open a BLOB in the indicated mode.
|
void |
OracleBfile.openLob(LargeObjectAccessMode mode)
Open an external LOB in the indicated mode.
|
Modifier and Type | Method and Description |
---|---|
void |
BFILE.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|
void |
BLOB.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|
void |
CLOB.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|
void |
CLOB.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|
void |
BLOB.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|
void |
BFILE.openLob(LargeObjectAccessMode mode)
Deprecated.
Public method using enum instead of int
|