The problem is that you use invalid method to perform delete operation. Instead of using getResultSet you should use Statement#execute(String)
IMHO the Exeption in SQLite implementation is more valid than null for MySQL. As delete do not return the set but a scalar value of delted rows.