EngineOptions class

Constructors

EngineOptions({DriftSqlOptions? driftOptions, List<Extension> enabledExtensions = const [], SqliteVersion version = SqliteVersion.minimum})

Properties

addedFunctions Map<String, FunctionHandler>
A map from lowercase function names to the associated handler.
final
addedTableFunctions Map<String, TableValuedFunctionHandler>
A map from lowercase function names (where the function is a table-valued function) to the associated handler.
final
driftOptions DriftSqlOptions?
If drift extensions are enabled, contains options on how to interpret drift-specific syntax.
final
enabledExtensions List<Extension>
All Extensions that have been enabled in this sql engine.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDriftExtensions bool
no setter
version SqliteVersion
The target sqlite version.
final

Methods

addFunctionHandler(FunctionHandler handler) → void
addTableValuedFunctionHandler(TableValuedFunctionHandler handler) → void
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