Searched refs:updateShort (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/sql/src/main/java/java/sql/
H A DResultSet.java1847 public void updateShort(int columnIndex, short x) throws SQLException; method in interface:ResultSet
1859 public void updateShort(String columnName, short x) throws SQLException; method in interface:ResultSet
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java733 public void updateShort(int columnIndex, short x) throws SQLException { method in class:Impl_RowSet
736 public void updateShort(String columnName, short x) throws SQLException { method in class:Impl_RowSet
/dalvik/libcore/sql/src/main/java/SQLite/JDBC2y/
H A DJDBCResultSet.java698 public void updateShort(int colIndex, short b) throws SQLException { method in class:JDBCResultSet
780 public void updateShort(String colIndex, short b) throws SQLException { method in class:JDBCResultSet

Completed in 38 milliseconds