Home
last modified time | relevance | path

Searched refs:setBytes (Results 1 – 7 of 7) 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()
/libcore/api/
Dcurrent.txt9653 method public int setBytes(long, byte[]) throws java.sql.SQLException;
9654 method public int setBytes(long, byte[], int, int) throws java.sql.SQLException;
9736 method public void setBytes(String, byte[]) throws java.sql.SQLException;
10180 method public void setBytes(int, byte[]) throws java.sql.SQLException;
20046 method public void setBytes(int, byte[]) throws java.sql.SQLException;
20047 method public void setBytes(String, byte[]) throws java.sql.SQLException;