Searched defs:setBytes (Results  1 – 5 of 5) sorted by relevance
| /libcore/ojluni/src/main/java/java/sql/ | 
| D | Blob.java | 181     int setBytes(long pos, byte[] bytes) throws SQLException;  in setBytes()  method 217     int setBytes(long pos, byte[] bytes, int offset, int len) throws SQLException;  in setBytes()  method
  | 
| D | PreparedStatement.java | 251     void setBytes(int parameterIndex, byte x[]) throws SQLException;  in setBytes()  method
  | 
| D | CallableStatement.java | 973     void setBytes(String parameterName, byte x[]) throws SQLException;  in setBytes()  method
  | 
| /libcore/ojluni/src/main/java/javax/sql/ | 
| D | RowSet.java | 800   void setBytes(int parameterIndex, byte x[]) throws SQLException;  in setBytes()  method 818     void setBytes(String parameterName, byte x[]) throws SQLException;  in setBytes()  method
  | 
| /libcore/luni/src/test/java/libcore/java/sql/ | 
| D | OldPreparedStatementTest.java | 2352         public int setBytes(long pos, byte[] theBytes) throws SQLException {  in setBytes()  method in OldPreparedStatementTest.MockBlob 2356         public int setBytes(long pos, byte[] theBytes, int offset, int len)  in setBytes()  method in OldPreparedStatementTest.MockBlob
  |