| // Signature format: 4.0 | |
| package androidx.sqlite.db { | |
| public final class SupportSQLiteDatabaseKt { | |
| method public static inline <T> T transaction(androidx.sqlite.db.SupportSQLiteDatabase, optional boolean exclusive, kotlin.jvm.functions.Function1<? super androidx.sqlite.db.SupportSQLiteDatabase,? extends T> body); | |
| method @BytecodeOnly public static Object! transaction$default(androidx.sqlite.db.SupportSQLiteDatabase!, boolean, kotlin.jvm.functions.Function1!, int, Object!); | |
| } | |
| } | |