Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1578 void updateShort(int columnIndex, short x) throws SQLException; in updateShort() method
1966 void updateShort(String columnLabel, short x) throws SQLException; in updateShort() method
/libcore/api/
Dcurrent.txt9603 method public void updateShort(int, short) throws java.sql.SQLException;
9604 method public void updateShort(String, short) throws java.sql.SQLException;