|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Blob | |
java.sql | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
Uses of Blob in java.sql |
Methods in java.sql that return Blob | |
abstract Blob |
ResultSet.getBlob(int i)
|
abstract Blob |
ResultSet.getBlob(String colName)
|
abstract Blob |
CallableStatement.getBlob(int)
|
abstract Blob |
CallableStatement.getBlob(String)
|
Methods in java.sql with parameters of type Blob | |
abstract void |
PreparedStatement.setBlob(int i,
Blob x)
|
abstract void |
ResultSet.updateBlob(int columnIndex,
Blob x)
|
abstract void |
ResultSet.updateBlob(String columnName,
Blob x)
|
abstract long |
Blob.position(Blob,
long)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |