865866867868869870871
return true; } @Override public int executeUpdate() throws SQLException { throw new ExecuteUpdateNotApplicableException("ALTER TABLE", this.toString()); }
212213214215216217218
return true; } @Override public int executeUpdate() throws SQLException { throw new ExecuteUpdateNotApplicableException(this.toString()); }