Uses of Enum Class
oracle.jdbc.LargeObjectAccessMode
Packages that use LargeObjectAccessMode
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.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 LargeObjectAccessModeModifier and TypeMethodDescriptionstatic LargeObjectAccessModeReturns the enum constant of this class with the specified name.static LargeObjectAccessMode[]LargeObjectAccessMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.jdbc with parameters of type LargeObjectAccessModeModifier and TypeMethodDescriptiondefault voidOracleBfile.open(LargeObjectAccessMode mode) Deprecated, for removal: This API element is subject to removal in a future version.The name of this method is anticipated to conflict with a future version of the JDBC Specification.default voidOracleBlob.open(LargeObjectAccessMode mode) Deprecated, for removal: This API element is subject to removal in a future version.The name of this method is anticipated to conflict with a future version of the JDBC Specification.default voidOracleClob.open(LargeObjectAccessMode mode) Deprecated, for removal: This API element is subject to removal in a future version.The name of this method is anticipated to conflict with a future version of the JDBC Specification.voidOracleBfile.openLob(LargeObjectAccessMode mode) Open an external LOB in the indicated mode.voidOracleBlob.openLob(LargeObjectAccessMode mode) Open a BLOB in the indicated mode.voidOracleClob.openLob(LargeObjectAccessMode mode) Open a CLOB in the indicated mode. -
Uses of LargeObjectAccessMode in oracle.sql
Methods in oracle.sql with parameters of type LargeObjectAccessModeModifier and TypeMethodDescriptionvoidBFILE.openLob(LargeObjectAccessMode mode) Deprecated.Public method using enum instead of intvoidBLOB.openLob(LargeObjectAccessMode mode) Deprecated.Public method using enum instead of intvoidCLOB.openLob(LargeObjectAccessMode mode) Deprecated.Public method using enum instead of int