Searched defs:setBlob (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java553 void setBlob (int parameterIndex, Blob x) throws SQLException; method in interface:PreparedStatement
868 void setBlob(int parameterIndex, InputStream inputStream, long length) method in interface:PreparedStatement
1179 * <code>setBlob</code> which takes a length parameter.
1194 void setBlob(int parameterIndex, InputStream inputStream) method in interface:PreparedStatement
H A DCallableStatement.java1921 void setBlob(String parameterName, InputStream inputStream, long length) method in interface:CallableStatement
2171 void setBlob (String parameterName, Blob x) throws SQLException; method in interface:CallableStatement
2401 * <code>setBlob</code> which takes a length parameter.
2413 void setBlob(String parameterName, InputStream inputStream) method in interface:CallableStatement
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java1420 void setBlob (int i, Blob x) throws SQLException; method in interface:RowSet
1446 void setBlob(int parameterIndex, InputStream inputStream, long length) method in interface:RowSet
1459 * <code>setBlob</code> which takes a length parameter.
1473 void setBlob(int parameterIndex, InputStream inputStream) method in interface:RowSet
1502 void setBlob(String parameterName, InputStream inputStream, long length) method in interface:RowSet
1518 void setBlob (String parameterName, Blob x) throws SQLException; method in interface:RowSet
1530 * <code>setBlob</code> which takes a length parameter.
1541 void setBlob(String parameterName, InputStream inputStream) method in interface:RowSet
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java2815 public void setBlob (int parameterIndex, Blob x) throws SQLException { method in class:BaseRowSet
2818 throw new SQLException("Set initParams() before setBlob");
3818 public void setBlob(int parameterIndex, InputStream inputStream, long length) method in class:BaseRowSet
3834 * <code>setBlob</code> which takes a length parameter.
3848 public void setBlob(int parameterIndex, InputStream inputStream) method in class:BaseRowSet
3880 public void setBlob(String parameterName, InputStream inputStream, long length) method in class:BaseRowSet
3899 public void setBlob (String parameterName, Blob x) throws SQLException{ method in class:BaseRowSet
3914 * <code>setBlob</code> which takes a length parameter.
3925 public void setBlob(String parameterName, InputStream inputStream) method in class:BaseRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java6364 public void setBlob(int parameterIndex, InputStream inputStream, long length) method in class:JdbcRowSetImpl
6380 * <code>setBlob</code> which takes a length parameter.
6396 public void setBlob(int parameterIndex, InputStream inputStream) method in class:JdbcRowSetImpl
6427 public void setBlob(String parameterName, InputStream inputStream, long length) method in class:JdbcRowSetImpl
6446 public void setBlob (String parameterName, Blob x) throws SQLException{ method in class:JdbcRowSetImpl
6460 * <code>setBlob</code> which takes a length parameter.
6471 public void setBlob(String parameterName, InputStream inputStream) method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java9432 public void setBlob(int parameterIndex, InputStream inputStream, long length) method in class:CachedRowSetImpl
9448 * <code>setBlob</code> which takes a length parameter.
9462 public void setBlob(int parameterIndex, InputStream inputStream) method in class:CachedRowSetImpl
9494 public void setBlob(String parameterName, InputStream inputStream, long length) method in class:CachedRowSetImpl
9513 public void setBlob (String parameterName, Blob x) throws SQLException{ method in class:CachedRowSetImpl
9528 * <code>setBlob</code> which takes a length parameter.
9539 public void setBlob(String parameterName, InputStream inputStream) method in class:CachedRowSetImpl

Completed in 112 milliseconds