Searched defs:updateNString (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java3059 void updateNString(int columnIndex, String nString) throws SQLException; method in interface:ResultSet
3082 void updateNString(String columnLabel, String nString) throws SQLException; method in interface:ResultSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4750 public void updateNString(int columnIndex, String nString) throws SQLException { method in class:JdbcRowSetImpl
4762 public void updateNString(String columnName, String nString) throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java7818 public void updateNString(int columnIndex, String nString) throws SQLException { method in class:CachedRowSetImpl
7830 public void updateNString(String columnName, String nString) throws SQLException { method in class:CachedRowSetImpl

Completed in 91 milliseconds