BGHelperDB class

Properties

database Future<Database>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearFetchHistory(String model) Future<int>
delete(int id) Future<int>
deleteService(String serviceName) Future<int>
get(String? sql, List? values) Future<List<Map<String, dynamic>>>
getInternetUsage() Future<int>
insert(Map<String, dynamic> row) Future<int>
insertDataHistory(String tableName, String RequestData, String ResponseData) Future<int>
insertFetchHistory(String tableName, String pages, int totalRecord, int success) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryAllRows() Future<List<Map<String, dynamic>>>
queryRowCount(String table) Future<int?>
readFetchHistory(String? model) → dynamic
toString() String
A string representation of this object.
inherited
updateCompleteStatus(String jobName, int status) Future<int?>
updateFetchHistory(String tableName) Future<int?>
updateFetchHistoryPages(String tableName, String pages, int totalRecord, int success) Future<int>
updateFetchHistorySuccess(String tableName, int success) Future<int>
updateFetchTable(String jobName, String modelName) Future<int?>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance BGHelperDB
final
jobCompleteStatus String
final
jobId String
final
jobName String
final
remarks String
final
table String
final