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. -
- <section role="region">
Uses of LargeObjectAccessMode in oracle.jdbc
Methods in oracle.jdbc that return LargeObjectAccessMode Modifier and Type Method Description static LargeObjectAccessModeLargeObjectAccessMode. 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.
</section>Methods in oracle.jdbc with parameters of type LargeObjectAccessMode Modifier and Type Method Description voidOracleBfile. open(LargeObjectAccessMode mode)Open a external LOB in the indicated mode.voidOracleBlob. open(LargeObjectAccessMode mode)Open a BLOB in the indicated mode.voidOracleClob. open(LargeObjectAccessMode mode)Open a CLOB in the indicated mode. - <section role="region">
Uses of LargeObjectAccessMode in oracle.sql
</section>Methods in oracle.sql with parameters of type LargeObjectAccessMode Modifier and Type Method Description voidBFILE. open(LargeObjectAccessMode mode)Deprecated.Public method using enum instead of intvoidBLOB. open(LargeObjectAccessMode mode)Deprecated.Public method using enum instead of intvoidCLOB. open(LargeObjectAccessMode mode)Deprecated.Public method using enum instead of int
- <section role="region">