24 lines
382 B
Java
24 lines
382 B
Java
package org.greenrobot.greendao.database;
|
|
|
|
import android.database.Cursor;
|
|
import android.database.SQLException;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface Database {
|
|
Cursor a(String str, String[] strArr);
|
|
|
|
void a();
|
|
|
|
void a(String str) throws SQLException;
|
|
|
|
Object b();
|
|
|
|
DatabaseStatement b(String str);
|
|
|
|
void c();
|
|
|
|
boolean d();
|
|
|
|
void e();
|
|
}
|