Package | Description |
---|---|
java.sql |
Modifier and Type | Method and Description |
---|---|
Blob |
CallableStatement.getBlob(int i) |
Blob |
ResultSet.getBlob(int i) |
Blob |
ResultSet.getBlob(String colName) |
Blob |
SQLInput.readBlob() |
Modifier and Type | Method and Description |
---|---|
long |
Blob.position(Blob pattern,
long start) |
void |
PreparedStatement.setBlob(int i,
Blob x) |
void |
SQLOutput.writeBlob(Blob x) |