Package asia.hombre.asyncqlitekt
Object AsyncQLiteConnection.Companion
-
- All Implemented Interfaces:
public class AsyncQLiteConnection.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AsyncQLiteConnection.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AsyncQLiteConnectionwrap(SQLiteConnection connection)Wraps an SQLiteConnection to provide asynchronous capabilities. -
-
Method Detail
-
wrap
final AsyncQLiteConnection wrap(SQLiteConnection connection)
Wraps an SQLiteConnection to provide asynchronous capabilities.
-
-
-
-