blob: 0f3e92c4d81a44e44c6c8c3a74944d1fecc1464d [file] [log] [blame]
package android.database.sqlite;
import android.database.SQLException;
// Lint unit testing stub
public class SQLiteDatabase {
public void execSQL(String sql) throws SQLException {
}
}