8.4. 更新処理

更新(または、その他の結果を返さないSQL文)を実行するには、単にexecuteUpdate()メソッドを使用します。

st.executeUpdate("CREATE TABLE basic (a int, b int)");