quds_db/sqflite/src/import library
Classes
- SqfliteInvokeHandler
- Mixin handler
- SqfliteOptions
- internal options.
Constants
- methodOpenDatabase → const String
- Native open database method.
- methodOptions → const String
- Native options method.
- sqliteErrorCode → const String
- SQLite error code
Properties
Functions
-
buildDatabaseFactory(
{String? tag, required Future invokeMethod(String method, [Object? arguments])}) → DatabaseFactory - Build a database factory invoking the invoke method instead of going through flutter services.
-
devPrint(
Object? object) → void - Deprecated to prevent keeping the code used.
-
devWarning<
T> (T value) → T - Deprecated to prevent keeping the code used.
Exceptions / Errors
- SqfliteDatabaseException
- Exception implementation