Home | History | Annotate | Download | only in sql

Lines Matching refs:setBinaryStream

3030      * @test {@link java.sql.PreparedStatement#setBinaryStream(int, InputStream, int)}
3036 method = "setBinaryStream",
3048 ps.setBinaryStream(0, file, 100);
3168 public OutputStream setBinaryStream(long pos) throws SQLException {