Searched defs:setNClob (Results 1 - 14 of 14) sorted by relevance

/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DPreparedStatement.java817 void setNClob(int parameterIndex, NClob value) throws SQLException; method in interface:PreparedStatement
890 void setNClob(int parameterIndex, Reader reader, long length) method in interface:PreparedStatement
1208 void setNClob(int parameterIndex, Reader reader) method in interface:PreparedStatement
H A DCallableStatement.java1859 void setNClob(String parameterName, NClob value) throws SQLException; method in interface:CallableStatement
1937 void setNClob(String parameterName, Reader reader, long length) method in interface:CallableStatement
2428 void setNClob(String parameterName, Reader reader) method in interface:CallableStatement
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubPreparedStatement.java244 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubPreparedStatement
259 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubPreparedStatement
319 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubPreparedStatement
H A DStubCallableStatement.java468 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubCallableStatement
483 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubCallableStatement
598 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubCallableStatement
/openjdk9/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java2060 void setNClob(String parameterName, NClob value) throws SQLException; method in interface:RowSet
2086 void setNClob(String parameterName, Reader reader, long length) method in interface:RowSet
2110 void setNClob(String parameterName, Reader reader) method in interface:RowSet
2136 void setNClob(int parameterIndex, Reader reader, long length) method in interface:RowSet
2149 void setNClob(int parameterIndex, NClob value) throws SQLException; method in interface:RowSet
2174 void setNClob(int parameterIndex, Reader reader) method in interface:RowSet
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java4299 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:BaseRowSet
4327 public void setNClob(String parameterName, Reader reader, long length) method in class:BaseRowSet
4353 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:BaseRowSet
4380 public void setNClob(int parameterIndex, Reader reader, long length) method in class:BaseRowSet
4397 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:BaseRowSet
4424 public void setNClob(int parameterIndex, Reader reader)throws SQLException { method in class:BaseRowSet
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4808 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:JdbcRowSetImpl
5799 public void setNClob(int parameterIndex, Reader reader) method in class:JdbcRowSetImpl
5828 public void setNClob(String parameterName, Reader reader, long length) method in class:JdbcRowSetImpl
5855 public void setNClob(String parameterName, Reader reader) method in class:JdbcRowSetImpl
5884 public void setNClob(int parameterIndex, Reader reader, long length) method in class:JdbcRowSetImpl
5901 public void setNClob(int parameterIndex, NClob value) throws SQLException{ method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8001 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:CachedRowSetImpl
8969 public void setNClob(int parameterIndex, Reader reader) method in class:CachedRowSetImpl
8997 public void setNClob(String parameterName, Reader reader, long length) method in class:CachedRowSetImpl
9024 public void setNClob(String parameterName, Reader reader) method in class:CachedRowSetImpl
9052 public void setNClob(int parameterIndex, Reader reader, long length) method in class:CachedRowSetImpl
9069 public void setNClob(int parameterIndex, NClob value) throws SQLException{ method in class:CachedRowSetImpl
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java840 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubWebRowSetImpl
845 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubWebRowSetImpl
850 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubWebRowSetImpl
855 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubWebRowSetImpl
860 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubWebRowSetImpl
865 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java627 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubSyncResolver
632 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubSyncResolver
637 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubSyncResolver
642 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubSyncResolver
647 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubSyncResolver
652 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubSyncResolver
H A DStubFilteredRowSetImpl.java854 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubFilteredRowSetImpl
859 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubFilteredRowSetImpl
864 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubFilteredRowSetImpl
869 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubFilteredRowSetImpl
874 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubFilteredRowSetImpl
879 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java809 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubCachedRowSetImpl
814 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubCachedRowSetImpl
819 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubCachedRowSetImpl
824 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubCachedRowSetImpl
829 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubCachedRowSetImpl
834 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java633 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubJdbcRowSetImpl
638 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubJdbcRowSetImpl
643 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubJdbcRowSetImpl
648 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubJdbcRowSetImpl
653 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubJdbcRowSetImpl
658 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubJoinRowSetImpl.java924 public void setNClob(String parameterName, NClob value) throws SQLException { method in class:StubJoinRowSetImpl
929 public void setNClob(String parameterName, Reader reader, long length) throws SQLException { method in class:StubJoinRowSetImpl
934 public void setNClob(String parameterName, Reader reader) throws SQLException { method in class:StubJoinRowSetImpl
939 public void setNClob(int parameterIndex, Reader reader, long length) throws SQLException { method in class:StubJoinRowSetImpl
944 public void setNClob(int parameterIndex, NClob value) throws SQLException { method in class:StubJoinRowSetImpl
949 public void setNClob(int parameterIndex, Reader reader) throws SQLException { method in class:StubJoinRowSetImpl

Completed in 411 milliseconds