Java Platform 1.2
Beta 4

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 Get a BLOB column.
 Blob ResultSet.getBlob(String colName)
          JDBC 2.0 Get a BLOB column.
 Blob SQLInput.readBlob()
          Read a BLOB from the stream.
 Blob CallableStatement.getBlob(int i)
          JDBC 2.0 Get a BLOB OUT parameter.
 

Methods in java.sql with parameters of type Blob
 void PreparedStatement.setBlob(int i, Blob x)
          JDBC 2.0 Set a BLOB parameter.
 long Blob.position(Blob pattern, long start)
          Determine the byte position at which the given pattern
 void SQLOutput.writeBlob(Blob x)
          Write a BLOB to the stream.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.