Database class

Constructors

Database()

Properties

hashCode int
The hash code for this object.
no setterinherited
lastInsertRowId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createFunction({String? functionName, ScalarFunction? function, AllowedArgumentCount? argumentCount, bool deterministic = false, bool directOnly = true}) → void
dispose() → void
execute(dynamic args) → void
getUpdatedRows() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepare(dynamic sql) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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