sqfentity library
Functions
-
checkForIsReadyDatabase(
List< SqfEntityTableBase> dbTables) → bool - Check the tables if initialized
-
checkTableColumns(
SqfEntityTableBase table, List< TableField> existingDBfields) → List<String> - Check table fields if exist
-
checkTableIndexes(
SqfEntityTableBase table) → List< String> - Check indexes of the table if exist
-
convertDatabaseToModelBase(
SqfEntityModelProvider model, {String? bundledDatabasePath, String? databasePath}) → Future< SqfEntityModelBase> - Create DB Model from DB
-
getDeleteRule(
String rule) → DeleteRule - SQLite Delete Rules
-
getObjects(
List objectList, SqfEntityProvider bundledDbModel, SqfEntityModelProvider model) → Future< List< SqfEntityTableBase> > - Method for Creating DB Model from DB
-
printList(
List? list) → void - Print dynamic list