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?>
  
  
-