Searched refs:setBytes (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/java/sql/ |
D | Blob.java | 146 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
|
D | PreparedStatement.java | 267 public void setBytes(int parameterIndex, byte[] theBytes) in setBytes() method
|
D | CallableStatement.java | 1019 public void setBytes(String parameterName, byte[] theBytes) in setBytes() method
|
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 610 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/ |
D | OldPreparedStatementTest.java | 1269 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
|
D | OldResultSetGetterTests.java | 274 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()
|