Home
last modified time | relevance | path

Searched refs:setBlob (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java1420 void setBlob (int i, Blob x) throws SQLException; in setBlob() method
1446 void setBlob(int parameterIndex, InputStream inputStream, long length) in setBlob() method
1473 void setBlob(int parameterIndex, InputStream inputStream) in setBlob() method
1502 void setBlob(String parameterName, InputStream inputStream, long length) in setBlob() method
1518 void setBlob (String parameterName, Blob x) throws SQLException; in setBlob() method
1541 void setBlob(String parameterName, InputStream inputStream) in setBlob() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java557 void setBlob (int parameterIndex, Blob x) throws SQLException; in setBlob() method
872 void setBlob(int parameterIndex, InputStream inputStream, long length) in setBlob() method
1198 void setBlob(int parameterIndex, InputStream inputStream) in setBlob() method
DCallableStatement.java1924 void setBlob(String parameterName, InputStream inputStream, long length) in setBlob() method
2174 void setBlob (String parameterName, Blob x) throws SQLException; in setBlob() method
2416 void setBlob(String parameterName, InputStream inputStream) in setBlob() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2080 ps.setBlob(1,mock); in testSetBlob()
/libcore/api/
Dcurrent.txt9731 method public void setBlob(String, java.io.InputStream, long) throws java.sql.SQLException;
9732 method public void setBlob(String, java.sql.Blob) throws java.sql.SQLException;
9733 method public void setBlob(String, java.io.InputStream) throws java.sql.SQLException;
10175 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
10176 method public void setBlob(int, java.io.InputStream, long) throws java.sql.SQLException;
10177 method public void setBlob(int, java.io.InputStream) throws java.sql.SQLException;
20036 method public void setBlob(int, java.sql.Blob) throws java.sql.SQLException;
20037 method public void setBlob(int, java.io.InputStream, long) throws java.sql.SQLException;
20038 method public void setBlob(int, java.io.InputStream) throws java.sql.SQLException;
20039 method public void setBlob(String, java.io.InputStream, long) throws java.sql.SQLException;
[all …]