Searched defs:theBytes (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DBlob.java139 * @param theBytes
146 public int setBytes(long pos, byte[] theBytes) throws SQLException; argument
156 * @param theBytes
168 public int setBytes(long pos, byte[] theBytes, int offset, int len) argument
H A DSQLOutput.java136 * @param theBytes
141 public void writeBytes(byte[] theBytes) throws SQLException; argument
H A DPreparedStatement.java261 * @param theBytes
267 public void setBytes(int parameterIndex, byte[] theBytes) argument
H A DCallableStatement.java1014 * @param theBytes
1019 public void setBytes(String parameterName, byte[] theBytes) argument
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2354 public int setBytes(long pos, byte[] theBytes) throws SQLException { argument
2358 public int setBytes(long pos, byte[] theBytes, int offset, int len) argument

Completed in 166 milliseconds