Home
last modified time | relevance | path

Searched refs:updateBytes (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java657 public void updateBytes(int columnIndex, byte[] x) throws SQLException { in updateBytes() method in Impl_RowSet
660 public void updateBytes(String columnName, byte[] x) throws SQLException { in updateBytes() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1077 public void updateBytes(int colIndex, byte[] s) throws SQLException {
1193 public void updateBytes(String colName, byte[] s) throws SQLException {
1195 updateBytes(col, s);