8485868788899091
} public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException { throw new NotUpdatable(); }
8990919293949596
throw new NotUpdatable(); } public void updateClob(int columnIndex, Reader reader) throws SQLException { throw new NotUpdatable(); }
949596979899100101
throw new NotUpdatable(); } public void updateClob(int columnIndex, Reader reader, long length) throws SQLException { throw new NotUpdatable(); }
99100101102103104105106
throw new NotUpdatable(); } public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException { throw new NotUpdatable(); }
110111112113114115116117
} public void updateNClob(int columnIndex, Reader reader) throws SQLException { throw new NotUpdatable(); }
115116117118119120121
throw new NotUpdatable(); } public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException { throw new NotUpdatable(); }
119120121122123124125126
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException { throw new NotUpdatable(); } public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException { throw new NotUpdatable(); }
124125126127128129130
throw new NotUpdatable(); } public void updateRowId(int columnIndex, RowId x) throws SQLException { throw new NotUpdatable(); }
260261262263264265266
* @throws NotUpdatable * DOCUMENT ME! */ public void updateNCharacterStream(int columnIndex, Reader x, int length) throws SQLException { throw new NotUpdatable(); }
293294295296297298299
public void updateNClob(String columnName, NClob nClob) throws SQLException { updateNClob(findColumn(columnName), nClob); } public void updateRowId(int columnIndex, RowId x) throws SQLException { throw new NotUpdatable(); }