Make configuration changes to the database connection.
More information: https://www.sqlite.org/c3ref/db_config.html Available options are documented in https://www.sqlite.org/c3ref/c_dbconfig_defensive.html
Constructors
Properties
- doubleQuotedStringLiterals ← bool
-
Enable or disable SQLite support for double quotes as string literals.
no getter
- 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
-
setIntConfig(
int key, int configValue) → void - Update configuration that accepts an int value. Would throw when the internal C call returns a non-zero value.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited