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

/openjdk7/jdk/src/share/classes/java/sql/
H A DResultSet.java3092 * @param nClob the value for the column to be updated
3103 void updateNClob(int columnIndex, NClob nClob) throws SQLException; argument
3113 * @param nClob the value for the column to be updated
3124 void updateNClob(String columnLabel, NClob nClob) throws SQLException; argument
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java4771 * @param nClob the value for the column to be updated
4775 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { argument
4783 * @param nClob the value for the column to be updated
4787 public void updateNClob(String columnName, NClob nClob) throws SQLException { argument
H A DCachedRowSetImpl.java7839 * @param nClob the value for the column to be updated
7843 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { argument
7851 * @param nClob the value for the column to be updated
7855 public void updateNClob(String columnName, NClob nClob) throws SQLException { argument

Completed in 89 milliseconds