Searched defs:setBytes (Results 1 – 5 of 5) 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 | 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
|