Home
last modified time | relevance | path

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

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java736 public void updateShort(int columnIndex, short x) throws SQLException { in updateShort() method in Impl_RowSet
739 public void updateShort(String columnName, short x) throws SQLException { in updateShort() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1018 public void updateShort(int colIndex, short b) throws SQLException {
1157 public void updateShort(String colName, short b) throws SQLException {
1159 updateShort(col, b);