Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Class
oracle.sql.BLOB

Packages that use BLOB
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 BLOB in oracle.jdbc

 

Methods in oracle.jdbc that return BLOB
 BLOB OracleResultSet.getBLOB(int columnIndex)
          Oracle extension.
 BLOB OracleCallableStatement.getBLOB(int parameterIndex)
          Retrieves data into an oracle.sql.BLOB object.
 BLOB OracleResultSet.getBLOB(String columnName)
          Oracle extension.

 

Methods in oracle.jdbc with parameters of type BLOB
 void OraclePreparedStatement.setBLOB(int parameterIndex, BLOB lob)
          Binds the designated parameter to a oracle.sql.BLOB value.
 void OracleCallableStatement.setBLOB(String parameterName, BLOB x)
          Sets the designated parameter to an oracle.sql.BLOBvalue.
 void OraclePreparedStatement.setBLOBAtName(String parameterName, BLOB value)
          Sets the designated parameter to an oracle.sql.BLOB value.
 void OracleResultSet.updateBLOB(int columnIndex, BLOB value)
          Oracle extension.
 void OracleResultSet.updateBLOB(String columnName, BLOB value)
          Oracle extension.

 

Uses of BLOB in oracle.sql

 

Methods in oracle.sql that return BLOB
static BLOB BLOB.createTemporary(Connection conn, boolean cache, int _duration)
          Deprecated. Create a temporary blob.
static BLOB BLOB.empty_lob()
          Deprecated. use getEmptyBLOB instead
static BLOB BLOB.getEmptyBLOB()
          Deprecated. Return a empty lob.

 

Methods in oracle.sql with parameters of type BLOB
static void BLOB.freeTemporary(BLOB temp_lob)
          Deprecated. Free the contents and the locator of the temporary blob.
static boolean BLOB.isTemporary(BLOB lob)
          Deprecated. Return true if the lob locator points to a temporary blob.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.