Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java651 public void updateByte(int columnIndex, byte x) throws SQLException { in updateByte() method in Impl_RowSet
654 public void updateByte(String columnName, byte x) throws SQLException { in updateByte() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1014 public void updateByte(int colIndex, byte b) throws SQLException {
1152 public void updateByte(String colName, byte b) throws SQLException {
1154 updateByte(col, b);