Home
last modified time | relevance | path

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

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