All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.android.db.DbExec Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.db;

import android.database.sqlite.SQLiteDatabase;
import org.jetbrains.annotations.NotNull;

/**
 * User: serso
 * Date: 4/28/12
 * Time: 2:20 AM
 */
public interface DbExec {

    void exec(@NotNull SQLiteDatabase db);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy