Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:nclob

1368     public void updateNClob(int colIndex, NClob nclob)
1373 public void updateNClob(String colName, NClob nclob)
1376 updateNClob(col, nclob);
1379 public NClob getNClob(int colIndex) throws SQLException {
1383 public NClob getNClob(String colName) throws SQLException {