Home
last modified time | relevance | path

Searched refs:setBytes (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DBlob.java181 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
DPreparedStatement.java251 void setBytes(int parameterIndex, byte x[]) throws SQLException; in setBytes() method
DCallableStatement.java973 void setBytes(String parameterName, byte x[]) throws SQLException; in setBytes() method
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java800 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/
DOldPreparedStatementTest.java1267 ps.setBytes(1, bytesArray); in testSetBytes()
1275 ps.setBytes(2, bytesArray); in testSetBytes()
1284 ps.setBytes(1, bytesArray); in testSetBytes()
1292 ps.setBytes(1, bytesArray); in testSetBytes()
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
DOldResultSetGetterTests.java274 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()