DatabaseConnection class

Constructors

DatabaseConnection({String driver = 'sqlite', String? url, String? database, String? prefix, bool? foreignKeyConstraints, int? busyTimeout, String? journalMode, String? synchronous, bool queryLog = false})

Properties

busyTimeout int?
getter/setter pair
database String?
getter/setter pair
driver String
getter/setter pair
foreignKeyConstraints bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
journalMode String?
getter/setter pair
prefix String?
getter/setter pair
queryLog bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synchronous String?
getter/setter pair
url String?
getter/setter pair

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