Searched refs:setBytes (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DBlob.java146 public int setBytes(long pos, byte[] theBytes) throws SQLException; method in interface:Blob
168 public int setBytes(long pos, byte[] theBytes, int offset, int len) method in interface:Blob
H A DPreparedStatement.java267 public void setBytes(int parameterIndex, byte[] theBytes) method in interface:PreparedStatement
H A DCallableStatement.java1020 public void setBytes(String parameterName, byte[] theBytes) method in interface:CallableStatement
/libcore/luni/src/main/java/javax/sql/
H A DRowSet.java610 public void setBytes(int parameterIndex, byte[] theByteArray) method in interface:RowSet
624 public void setBytes(String parameterName, byte[] theByteArray) method in interface:RowSet
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java1269 ps.setBytes(1, bytesArray);
1277 ps.setBytes(2, bytesArray);
1286 ps.setBytes(1, bytesArray);
1294 ps.setBytes(1, bytesArray);
2354 public int setBytes(long pos, byte[] theBytes) throws SQLException { method in class:OldPreparedStatementTest.MockBlob
2358 public int setBytes(long pos, byte[] theBytes, int offset, int len) method in class:OldPreparedStatementTest.MockBlob
H A DOldResultSetGetterTests.java274 stPrep.setBytes(1, testString.getBytes());
306 stPrep.setBytes(1, testString.getBytes());
356 stPrep.setBytes(1, testString.getBytes());
388 stPrep.setBytes(1, testString.getBytes());

Completed in 93 milliseconds