Home
last modified time | relevance | path

Searched refs:updateNClob (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java941 public void updateNClob(int columnIndex, NClob nClob) throws SQLException { in updateNClob() method in Impl_RowSet
945 public void updateNClob(String columnLabel, NClob nClob) in updateNClob() method in Impl_RowSet
950 public void updateNClob(int columnIndex, Reader reader, long length) in updateNClob() method in Impl_RowSet
955 public void updateNClob(String columnLabel, Reader reader, long length) in updateNClob() method in Impl_RowSet
960 public void updateNClob(int columnIndex, Reader reader) throws SQLException { in updateNClob() method in Impl_RowSet
964 public void updateNClob(String columnLabel, Reader reader) in updateNClob() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1368 public void updateNClob(int colIndex, NClob nclob)
1373 public void updateNClob(String colName, NClob nclob)
1376 updateNClob(col, nclob);
1506 public void updateNClob(int colIndex, java.io.Reader x,
1512 public void updateNClob(String colName, java.io.Reader x,
1516 updateNClob(col, x, len);
1585 public void updateNClob(int colIndex, java.io.Reader x)
1590 public void updateNClob(String colName, java.io.Reader x)
1593 updateNClob(col, x);