JavaTM 2 Platform
Standard Edition

Uses of Interface
java.sql.Blob

Packages that use Blob
java.sql Provides the JDBC package. 
 

Uses of Blob in java.sql
 

Methods in java.sql that return Blob
 Blob ResultSet.getBlob(int i)
          JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
 Blob ResultSet.getBlob(String colName)
          JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
 Blob SQLInput.readBlob()
          Reads a BLOB from the stream.
 Blob CallableStatement.getBlob(int i)
          JDBC 2.0 Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
 

Methods in java.sql with parameters of type Blob
 void PreparedStatement.setBlob(int i, Blob x)
          JDBC 2.0 Sets a BLOB parameter.
 long Blob.position(Blob pattern, long start)
          Determines the byte position in the BLOB value designated by this Blob object at which pattern begins.
 void SQLOutput.writeBlob(Blob x)
          Writes a BLOB to the stream.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.