Uses of Class
oracle.jdbc.LargeObjectAccessMode
-
Packages that use LargeObjectAccessMode Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.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 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.Methods in oracle.jdbc with parameters of type LargeObjectAccessMode 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. -
Uses of LargeObjectAccessMode in oracle.sql
Methods in oracle.sql with parameters of type LargeObjectAccessMode Modifier and Type Method Description void
BFILE. open(LargeObjectAccessMode mode)
Deprecated.Public method using enum instead of intvoid
BLOB. open(LargeObjectAccessMode mode)
Deprecated.Public method using enum instead of intvoid
CLOB. open(LargeObjectAccessMode mode)
Deprecated.Public method using enum instead of int
-