|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LargeObjectAccessMode | |
|---|---|
| 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. |
| Uses of LargeObjectAccessMode in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return LargeObjectAccessMode | |
|---|---|
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. |
| Methods in oracle.jdbc with parameters of type LargeObjectAccessMode | |
|---|---|
void |
OracleClob.open(LargeObjectAccessMode mode)Open a CLOB in the indicated mode. |
void |
OracleBlob.open(LargeObjectAccessMode mode)Open a BLOB in the indicated mode. |
void |
OracleBfile.open(LargeObjectAccessMode mode)Open a external LOB in the indicated mode. |
| Uses of LargeObjectAccessMode in oracle.sql |
|---|
| Methods in oracle.sql with parameters of type LargeObjectAccessMode | |
|---|---|
void |
CLOB.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 |
BFILE.open(LargeObjectAccessMode mode)Deprecated. Public method using enum instead of int |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||