-
- All Implemented Interfaces:
-
androidx.sqlite.db.SupportSQLiteOpenHelper.Factory
public final class SqliteOrgSQLiteOpenHelperFactory implements SupportSQLiteOpenHelper.Factory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSqliteOrgSQLiteOpenHelperFactory.Companion
-
Constructor Summary
Constructors Constructor Description SqliteOrgSQLiteOpenHelperFactory(String path, String password, Function0<Unit> libraryLoaderBlock, DatabaseErrorHandler databaseErrorHandler, Function1<SQLiteDatabase, Unit> onDatabaseConfigureBlock)
-
Method Summary
Modifier and Type Method Description SupportSQLiteOpenHelpercreate(SupportSQLiteOpenHelper.Configuration configuration)-
-
Method Detail
-
create
SupportSQLiteOpenHelper create(SupportSQLiteOpenHelper.Configuration configuration)
-
-
-
-