public void update (Connection connection, String sql)
throws SQLException
{
Statement stmt = null;

try
{
stmt = connection.createStatement();

stmt.executeUpdate(sql);