Home | History | Annotate | Download | only in sql

Lines Matching defs:updateBlob

2855     void updateBlob(int columnIndex, java.sql.Blob x) throws SQLException;
2874 void updateBlob(String columnLabel, java.sql.Blob x) throws SQLException;
3558 void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException;
3582 void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException;
3930 * <code>updateBlob</code> which takes a length parameter.
3942 void updateBlob(int columnIndex, InputStream inputStream) throws SQLException;
3955 * <code>updateBlob</code> which takes a length parameter.
3967 void updateBlob(String columnLabel, InputStream inputStream) throws SQLException;