Searched refs:setBytes (Results 1 – 6 of 6) 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 | 1267 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
|
D | OldResultSetGetterTests.java | 274 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()
|