executeUpdate
クエリで影響を受ける行数を返します。 ResultSet
の概念 データベースの書き込み操作には意味がありません
int rows = statement.executeUpdate
("DELETE FROM record_artist WHERE high_chart_pos < " + rank + ";");
executeUpdate
クエリで影響を受ける行数を返します。 ResultSet
の概念 データベースの書き込み操作には意味がありません
int rows = statement.executeUpdate
("DELETE FROM record_artist WHERE high_chart_pos < " + rank + ";");