Home
last modified time | relevance | path

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