DatabaseManagement class

Constructors

DatabaseManagement()

Properties

hashCode int
The hash code for this object.
no setterinherited
isHDatabaseOpen bool
no setter
isVDatabaseOpen bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAllRecord(String nameTable) Future<void>
deleteHitWithId(String id, String nameTable) Future<void>
deleteVisitorWithId(String id, String nameTable) Future<void>
insertHitMap(Map<String, Object> hitMap) Future<void>
insertVisitorData(Map<String, Object> visitoMap) Future<void>
/////////////// / Visitor //// ///////////////
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDb() Future<void>
readHits(String nameTable) Future<List<Map>>
readVisitor(String visitorId, String nameTable) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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