| 
 Whole document tree 
 
Uses of Interface
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Packages that use Blob | |
| java.sql | Provides the API for accessing and processing data in a data source using the JavaTM programming language. | 
| Uses of Blob in java.sql | 
| Methods in java.sql that return Blob | |
 Blob | 
CallableStatement.getBlob(int i)
Gets the value of a JDBC BLOB parameter as a
 Blob object in the Java programming language. | 
 Blob | 
SQLInput.readBlob()
Reads an SQL BLOB value from the stream and returns it as a
 Blob object in the Java programming language. | 
 Blob | 
ResultSet.getBlob(int i)
Returns the value of the designated column in the current row of this ResultSet object as a Blob object
 in the Java programming language. | 
 Blob | 
ResultSet.getBlob(String colName)
Returns the value of the designated column in the current row of this ResultSet object 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)
Sets the designated parameter to the given Blob object. | 
 void | 
SQLOutput.writeBlob(Blob x)
Writes an SQL BLOB value to the stream. | 
 long | 
Blob.position(Blob pattern,
         long start)
Determines the byte position in the BLOB value
 designated by this Blob object at which 
 pattern begins. | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.