5758596061626364
throw new NotUpdatable(); } public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException { throw new NotUpdatable(); }
6263646566676869
throw new NotUpdatable(); } public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException { throw new NotUpdatable(); }
67686970717273
throw new NotUpdatable(); } public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException { throw new NotUpdatable(); }
7172737475767778
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException { throw new NotUpdatable(); } public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException { throw new NotUpdatable(); }
7677787980818283
throw new NotUpdatable(); } public void updateCharacterStream(int columnIndex, Reader x) throws SQLException { throw new NotUpdatable(); }
8283848586878889
} public void updateCharacterStream(int columnIndex, Reader x, long length) throws SQLException { throw new NotUpdatable(); }
8788899091929394
throw new NotUpdatable(); } public void updateClob(int columnIndex, Reader reader) throws SQLException { throw new NotUpdatable(); }
9293949596979899
throw new NotUpdatable(); } public void updateClob(int columnIndex, Reader reader, long length) throws SQLException { throw new NotUpdatable(); }
979899100101102103104
throw new NotUpdatable(); } public void updateNCharacterStream(int columnIndex, Reader x) throws SQLException { throw new NotUpdatable(); }
108109110111112113114115
} public void updateNClob(int columnIndex, Reader reader) throws SQLException { throw new NotUpdatable(); }