Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/sql/
DResultSet.java3072 void updateNString(int columnIndex, String nString) throws SQLException; in updateNString() method
3095 void updateNString(String columnLabel, String nString) throws SQLException; in updateNString() method
/libcore/api/
Dcurrent.txt9588 method public void updateNString(int, String) throws java.sql.SQLException;
9589 method public void updateNString(String, String) throws java.sql.SQLException;