Searched refs:setNString (Results 1 - 15 of 15) sorted by relevance

/openjdk10/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java1978 void setNString(int parameterIndex, String value) throws SQLException; method in interface:RowSet
1991 public void setNString(String parameterName, String value) method in interface:RowSet
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubPreparedStatement.java234 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubPreparedStatement
H A DStubCallableStatement.java458 public void setNString(String parameterName, String value) throws SQLException { method in class:StubCallableStatement
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DPreparedStatement.java784 void setNString(int parameterIndex, String value) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java1821 void setNString(String parameterName, String value) method in interface:CallableStatement
2046 * @see #setNString
2073 * @see #setNString
/openjdk10/jdk/test/javax/sql/testng/test/rowset/
H A DCommonRowSetTests.java1257 rs.setNString(1, query);
1348 rs.setNString(1, query);
1358 rs.setNString("one", query);
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java4199 public void setNString(int parameterIndex, String value) throws SQLException { method in class:BaseRowSet
4216 public void setNString(String parameterName, String value) throws SQLException { method in class:BaseRowSet
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubJoinRowSetImpl.java899 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubJoinRowSetImpl
904 public void setNString(String parameterName, String value) throws SQLException { method in class:StubJoinRowSetImpl
H A DStubFilteredRowSetImpl.java829 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubFilteredRowSetImpl
834 public void setNString(String parameterName, String value) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java784 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubCachedRowSetImpl
789 public void setNString(String parameterName, String value) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java608 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubJdbcRowSetImpl
613 public void setNString(String parameterName, String value) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java815 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubWebRowSetImpl
820 public void setNString(String parameterName, String value) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java602 public void setNString(int parameterIndex, String value) throws SQLException { method in class:StubSyncResolver
607 public void setNString(String parameterName, String value) throws SQLException { method in class:StubSyncResolver
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4765 public void setNString(int parameterIndex, String value) throws SQLException { method in class:JdbcRowSetImpl
5917 public void setNString(String parameterName, String value) method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java9089 public void setNString(int parameterIndex, String value) throws SQLException{ method in class:CachedRowSetImpl
9105 public void setNString(String parameterName, String value) method in class:CachedRowSetImpl

Completed in 237 milliseconds