sqlite3_api_routines class

A pointer to the opaque sqlite3_api_routines structure is passed as the third parameter to entry points of loadable extensions.

This structure must be typedefed in order to work around compiler warnings on some platforms.

Inheritance

Constructors

sqlite3_api_routines()

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