Module class abstract

An sqlite module, which can be used in a CREATE VIRTUAL TABLE statement to find providers.

Implemented types

Constructors

Module(String name)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of this module, which is referenced by the USING clause in a CREATE VIRTUAL TABLE statement.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleToChildren bool
Whether this referencable is still visible in child scopes. This doesn't apply to many things, basically only to tables.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseTable(CreateVirtualTableStatement stmt) Table
Extracts the table structure from a CREATE VIRTUAL TABLE statement that refers to this module. The module is responsible for setting Table.definition.
toString() String
A string representation of this object.
inherited

Operators

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