Database class abstract

Database.

The database object and client for the store and record operations

Implemented types
Available Extensions

Constructors

Database()

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
Database path
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
Version of the database
no setter

Methods

close() Future
Close the database
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transaction<T>(FutureOr<T> action(Transaction transaction)) Future<T>
execute the action in a transaction use the current if any

Operators

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