Uses of Interface java.sql.Blob

Uses in package javax.sql

Methods with parameter type java.sql.Blob

void
RowSet.setBlob(int i, Blob x)

Uses in package java.sql

Methods with parameter type java.sql.Blob

long
Blob.position(Blob pattern, long start)
This method returns the index into this Blob at which the first instance of the specified pattern occurs.
void
PreparedStatement.setBlob(int index, Blob value)
This method sets the specified parameter from the given Java Blob value.
void
ResultSet.updateBlob(int columnIndex, Blob value)
This method updates the specified column to have a java.sql.Blob value.
void
ResultSet.updateBlob(String columnName, Blob value)
This method updates the specified column to have a java.sql.Blob value.
void
This method writes the specified Java SQL Blob object to the SQL stream.

Methods with return type java.sql.Blob

Blob
This method returns the value of the specified parameter as a Java Blob.
Blob
ResultSet.getBlob(int columnIndex)
This method returns the specified column value as a BLOB.
Blob
This method returns the value of the specified parameter as a Java Blob.
Blob
ResultSet.getBlob(String columnName)
This method returns the specified column value as a BLOB.
Blob
This method reads the next item from the stream a Java SQL Blob.