Searched defs:nString (Results 1 - 10 of 10) sorted by relevance

/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java773 public void updateNString(int columnIndex, String nString) throws SQLException { argument
778 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubFilteredRowSetImpl.java1614 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1619 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubCachedRowSetImpl.java1569 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1574 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubJdbcRowSetImpl.java1393 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1398 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubWebRowSetImpl.java1600 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1605 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubSyncResolver.java1387 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1392 public void updateNString(String columnLabel, String nString) throws SQLException { argument
H A DStubJoinRowSetImpl.java1684 public void updateNString(int columnIndex, String nString) throws SQLException { argument
1689 public void updateNString(String columnLabel, String nString) throws SQLException { argument
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DResultSet.java3068 void updateNString(int columnIndex, String nString) throws SQLException; argument
3091 void updateNString(String columnLabel, String nString) throws SQLException; argument
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4616 public void updateNString(int columnIndex, String nString) throws SQLException { argument
4628 public void updateNString(String columnName, String nString) throws SQLException { argument
H A DCachedRowSetImpl.java7826 public void updateNString(int columnIndex, String nString) throws SQLException { argument
7838 public void updateNString(String columnName, String nString) throws SQLException { argument

Completed in 228 milliseconds