Transaction$Worker.smali
.class public interface abstract Lcom/litesuits/orm/db/assit/Transaction$Worker;
.super Ljava/lang/Object;
.source "Transaction.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/litesuits/orm/db/assit/Transaction;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Worker"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract doTransaction(Landroid/database/sqlite/SQLiteDatabase;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/database/sqlite/SQLiteDatabase;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method