[{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration.Builder","addedIn":"2.0.0","methods":[{"method":"noBackupDirectory(boolean)","addedIn":"2.1.0"},{"method":"callback(androidx.sqlite.db.SupportSQLiteOpenHelper.Callback)","addedIn":"2.0.0"},{"method":"name(java.lang.String)","addedIn":"2.0.0"},{"method":"allowDataLossOnRecovery(boolean)","addedIn":"2.3.0"},{"method":"build()","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.SQLiteDriver","addedIn":"2.5.0-alpha01","methods":[{"method":"open(java.lang.String)","addedIn":"2.5.0-alpha01"}],"fields":[]},{"class":"androidx.sqlite.SQLiteStatement","addedIn":"2.5.0-alpha01","methods":[{"method":"step()","addedIn":"2.5.0-alpha01"},{"method":"bindInt(int,int)","addedIn":"2.5.0-alpha01"},{"method":"bindLong(int,long)","addedIn":"2.5.0-alpha01"},{"method":"getColumnNames()","addedIn":"2.5.0-alpha01"},{"method":"bindDouble(int,double)","addedIn":"2.5.0-alpha01"},{"method":"getFloat(int)","addedIn":"2.5.0-alpha01"},{"method":"bindBoolean(int,boolean)","addedIn":"2.5.0-alpha01"},{"method":"getDouble(int)","addedIn":"2.5.0-alpha01"},{"method":"bindFloat(int,float)","addedIn":"2.5.0-alpha01"},{"method":"bindText(int,java.lang.String)","addedIn":"2.5.0-alpha01"},{"method":"isNull(int)","addedIn":"2.5.0-alpha01"},{"method":"bindNull(int)","addedIn":"2.5.0-alpha01"},{"method":"getBoolean(int)","addedIn":"2.5.0-alpha01"},{"method":"getInt(int)","addedIn":"2.5.0-alpha01"},{"method":"getLong(int)","addedIn":"2.5.0-alpha01"},{"method":"reset()","addedIn":"2.5.0-alpha01"},{"method":"bindBlob(int,byte[])","addedIn":"2.5.0-alpha01"},{"method":"getColumnCount()","addedIn":"2.5.0-alpha01"},{"method":"getColumnName(int)","addedIn":"2.5.0-alpha01"},{"method":"getText(int)","addedIn":"2.5.0-alpha01"},{"method":"clearBindings()","addedIn":"2.5.0-alpha01"},{"method":"getBlob(int)","addedIn":"2.5.0-alpha01"},{"method":"close()","addedIn":"2.5.0-alpha01"}],"fields":[]},{"class":"androidx.sqlite.SQLiteConnection","addedIn":"2.5.0-alpha01","methods":[{"method":"prepare(java.lang.String)","addedIn":"2.5.0-alpha01"},{"method":"close()","addedIn":"2.5.0-alpha01"}],"fields":[]},{"class":"androidx.sqlite.db.SimpleSQLiteQuery.Companion","addedIn":"2.3.0","methods":[{"method":"bind(androidx.sqlite.db.SupportSQLiteProgram,java.lang.Object[])","addedIn":"2.3.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration","addedIn":"2.0.0","methods":[{"method":"builder(android.content.Context)","addedIn":"2.0.0"},{"method":"Configuration(android.content.Context,java.lang.String,androidx.sqlite.db.SupportSQLiteOpenHelper.Callback,boolean,boolean)","addedIn":"2.3.0"}],"fields":[{"field":"Companion","addedIn":"2.3.0"},{"field":"context","addedIn":"2.0.0"},{"field":"name","addedIn":"2.0.0"},{"field":"callback","addedIn":"2.0.0"},{"field":"allowDataLossOnRecovery","addedIn":"2.3.0"},{"field":"useNoBackupDirectory","addedIn":"2.1.0"}]},{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper.Factory","addedIn":"2.0.0","methods":[{"method":"create(androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration)","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteProgram","addedIn":"2.0.0","methods":[{"method":"bindNull(int)","addedIn":"2.0.0"},{"method":"bindString(int,java.lang.String)","addedIn":"2.0.0"},{"method":"bindLong(int,long)","addedIn":"2.0.0"},{"method":"bindDouble(int,double)","addedIn":"2.0.0"},{"method":"bindBlob(int,byte[])","addedIn":"2.0.0"},{"method":"clearBindings()","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteQueryBuilder","addedIn":"2.0.0","methods":[{"method":"groupBy(java.lang.String)","addedIn":"2.0.0"},{"method":"builder(java.lang.String)","addedIn":"2.0.0"},{"method":"selection(java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"distinct()","addedIn":"2.0.0"},{"method":"having(java.lang.String)","addedIn":"2.0.0"},{"method":"limit(java.lang.String)","addedIn":"2.0.0"},{"method":"orderBy(java.lang.String)","addedIn":"2.0.0"},{"method":"columns(java.lang.String[])","addedIn":"2.0.0"},{"method":"create()","addedIn":"2.0.0"}],"fields":[{"field":"Companion","addedIn":"2.3.0"}]},{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration.Companion","addedIn":"2.3.0","methods":[{"method":"builder(android.content.Context)","addedIn":"2.3.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteDatabase","addedIn":"2.0.0","methods":[{"method":"isDbLockedByCurrentThread()","addedIn":"2.0.0"},{"method":"setTransactionSuccessful()","addedIn":"2.0.0"},{"method":"beginTransactionReadOnly()","addedIn":"2.5.0-alpha01"},{"method":"isDatabaseIntegrityOk()","addedIn":"2.0.0"},{"method":"execPerConnectionSQL(java.lang.String,java.lang.Object[])","addedIn":"2.2.0"},{"method":"getPageSize()","addedIn":"2.0.0"},{"method":"endTransaction()","addedIn":"2.0.0"},{"method":"enableWriteAheadLogging()","addedIn":"2.0.0"},{"method":"delete(java.lang.String,java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"query(java.lang.String)","addedIn":"2.0.0"},{"method":"setForeignKeyConstraintsEnabled(boolean)","addedIn":"2.0.0"},{"method":"getMaximumSize()","addedIn":"2.0.0"},{"method":"disableWriteAheadLogging()","addedIn":"2.0.0"},{"method":"beginTransactionWithListenerNonExclusive(android.database.sqlite.SQLiteTransactionListener)","addedIn":"2.0.0"},{"method":"query(androidx.sqlite.db.SupportSQLiteQuery,android.os.CancellationSignal)","addedIn":"2.0.0"},{"method":"yieldIfContendedSafely(long)","addedIn":"2.0.0"},{"method":"beginTransaction()","addedIn":"2.0.0"},{"method":"inTransaction()","addedIn":"2.0.0"},{"method":"compileStatement(java.lang.String)","addedIn":"2.0.0"},{"method":"isReadOnly()","addedIn":"2.0.0"},{"method":"isWriteAheadLoggingEnabled()","addedIn":"2.0.0"},{"method":"getPath()","addedIn":"2.0.0"},{"method":"needUpgrade(int)","addedIn":"2.0.0"},{"method":"insert(java.lang.String,int,android.content.ContentValues)","addedIn":"2.0.0"},{"method":"isOpen()","addedIn":"2.0.0"},{"method":"execSQL(java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"setPageSize(long)","addedIn":"2.0.0"},{"method":"beginTransactionWithListenerReadOnly(android.database.sqlite.SQLiteTransactionListener)","addedIn":"2.5.0-alpha01"},{"method":"getAttachedDbs()","addedIn":"2.0.0"},{"method":"setMaxSqlCacheSize(int)","addedIn":"2.0.0"},{"method":"getVersion()","addedIn":"2.0.0"},{"method":"beginTransactionNonExclusive()","addedIn":"2.0.0"},{"method":"beginTransactionWithListener(android.database.sqlite.SQLiteTransactionListener)","addedIn":"2.0.0"},{"method":"setLocale(java.util.Locale)","addedIn":"2.0.0"},{"method":"update(java.lang.String,int,android.content.ContentValues,java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"setMaximumSize(long)","addedIn":"2.0.0"},{"method":"query(java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"execSQL(java.lang.String)","addedIn":"2.0.0"},{"method":"yieldIfContendedSafely()","addedIn":"2.0.0"},{"method":"isExecPerConnectionSQLSupported()","addedIn":"2.2.0"},{"method":"query(androidx.sqlite.db.SupportSQLiteQuery)","addedIn":"2.0.0"},{"method":"setVersion(int)","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper.Callback","addedIn":"2.0.0","methods":[{"method":"onUpgrade(androidx.sqlite.db.SupportSQLiteDatabase,int,int)","addedIn":"2.0.0"},{"method":"onCorruption(androidx.sqlite.db.SupportSQLiteDatabase)","addedIn":"2.0.0"},{"method":"onCreate(androidx.sqlite.db.SupportSQLiteDatabase)","addedIn":"2.0.0"},{"method":"onDowngrade(androidx.sqlite.db.SupportSQLiteDatabase,int,int)","addedIn":"2.0.0"},{"method":"onOpen(androidx.sqlite.db.SupportSQLiteDatabase)","addedIn":"2.0.0"},{"method":"Callback(int)","addedIn":"2.0.0"},{"method":"onConfigure(androidx.sqlite.db.SupportSQLiteDatabase)","addedIn":"2.0.0"}],"fields":[{"field":"version","addedIn":"2.0.0"}]},{"class":"androidx.sqlite.db.SupportSQLiteQuery","addedIn":"2.0.0","methods":[{"method":"getArgCount()","addedIn":"2.0.0"},{"method":"bindTo(androidx.sqlite.db.SupportSQLiteProgram)","addedIn":"2.0.0"},{"method":"getSql()","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteOpenHelper","addedIn":"2.0.0","methods":[{"method":"setWriteAheadLoggingEnabled(boolean)","addedIn":"2.0.0"},{"method":"getReadableDatabase()","addedIn":"2.0.0"},{"method":"getWritableDatabase()","addedIn":"2.0.0"},{"method":"close()","addedIn":"2.0.0"},{"method":"getDatabaseName()","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteQueryBuilder.Companion","addedIn":"2.3.0","methods":[{"method":"builder(java.lang.String)","addedIn":"2.3.0"}],"fields":[]},{"class":"androidx.sqlite.SQLiteKt","addedIn":"2.5.0-alpha01","methods":[{"method":"throwSQLiteException(int,java.lang.String)","addedIn":"2.5.0-alpha01"},{"method":"execSQL(androidx.sqlite.SQLiteConnection,java.lang.String)","addedIn":"2.5.0-alpha01"},{"method":"use(androidx.sqlite.SQLiteStatement,kotlin.jvm.functions.Function1)","addedIn":"2.5.0-alpha01"}],"fields":[]},{"class":"androidx.sqlite.db.SupportSQLiteStatement","addedIn":"2.0.0","methods":[{"method":"simpleQueryForLong()","addedIn":"2.0.0"},{"method":"executeInsert()","addedIn":"2.0.0"},{"method":"simpleQueryForString()","addedIn":"2.0.0"},{"method":"execute()","addedIn":"2.0.0"},{"method":"executeUpdateDelete()","addedIn":"2.0.0"}],"fields":[]},{"class":"androidx.sqlite.db.SimpleSQLiteQuery","addedIn":"2.0.0","methods":[{"method":"SimpleSQLiteQuery(java.lang.String,java.lang.Object[])","addedIn":"2.0.0"},{"method":"bind(androidx.sqlite.db.SupportSQLiteProgram,java.lang.Object[])","addedIn":"2.0.0"},{"method":"getArgCount()","addedIn":"2.5.0-alpha01"},{"method":"bindTo(androidx.sqlite.db.SupportSQLiteProgram)","addedIn":"2.5.0-alpha01"},{"method":"SimpleSQLiteQuery(java.lang.String)","addedIn":"2.0.0"},{"method":"getSql()","addedIn":"2.5.0-alpha01"}],"fields":[{"field":"Companion","addedIn":"2.3.0"}]}]