113114115116117118119
throw new NotUpdatable(); } public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException { throw new NotUpdatable(); }
117118119120121122123124
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(); }
122123124125126127128
throw new NotUpdatable(); } public void updateRowId(int columnIndex, RowId x) throws SQLException { throw new NotUpdatable(); }
4950515253545556
MySQLConnection conn, StatementImpl creatorStmt) throws SQLException { super(catalog, fields, tuples, conn, creatorStmt); } public void updateAsciiStream(int columnIndex, InputStream x) throws SQLException { throw new NotUpdatable(); }
5455565758596061
throw new NotUpdatable(); } public void updateAsciiStream(int columnIndex, InputStream x, long length) throws SQLException { throw new NotUpdatable(); }
5960616263646566
throw new NotUpdatable(); } public void updateBinaryStream(int columnIndex, InputStream x) throws SQLException { throw new NotUpdatable(); }
6465666768697071
throw new NotUpdatable(); } public void updateBinaryStream(int columnIndex, InputStream x, long length) throws SQLException { throw new NotUpdatable(); }
69707172737475
throw new NotUpdatable(); } public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException { throw new NotUpdatable(); }
7374757677787980
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(); }
7879808182838485
throw new NotUpdatable(); } public void updateCharacterStream(int columnIndex, Reader x) throws SQLException { throw new NotUpdatable(); }