sqlite3_mutex class

The mutex module within SQLite defines sqlite3_mutex to be an abstract type for a mutex object.

The SQLite core never looks at the internal representation of an sqlite3_mutex. It only deals with pointers to the sqlite3_mutex object. Mutexes are created using sqlite3_mutex_alloc().

Inheritance

Constructors

sqlite3_mutex()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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