IKCMSQLiteDatabase.smali

.class public interface abstract Lcom/cm/plugincluster/softmgr/interfaces/plugin/IKCMSQLiteDatabase;
.super Ljava/lang/Object;
.source "IKCMSQLiteDatabase.java"


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/cm/plugincluster/softmgr/interfaces/plugin/IKCMSQLiteDatabase$IKCMSQLiteStmt;
    }
.end annotation


# virtual methods
.method public abstract closeDatabase()V
.end method

.method public abstract openDatabase(Ljava/lang/String;)I
.end method

.method public abstract prepareStmt(Ljava/lang/String;)Lcom/cm/plugincluster/softmgr/interfaces/plugin/IKCMSQLiteDatabase$IKCMSQLiteStmt;
.end method