SqliteConnection class

Implemented types

Constructors

SqliteConnection(Database _db)

Properties

hashCode int
The hash code for this object.
no setterinherited
rawDb Database
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaManager SchemaManager
Provides access to SchemaManager for DDL operations and migrations.
no setteroverride

Methods

beginTransaction() Future<Transaction>
Starts a new transaction manually.
override
close() Future<void>
Closes the underlying connection or pool.
override
execute(String sql, [Map<String, dynamic>? params]) Future<QueryResult>
Executes a raw SQL query and returns the results as a QueryResult.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stream(String sql, [Map<String, dynamic>? params]) Stream<Map<String, dynamic>>
Executes a raw SQL query and returns a stream of rows.
override
toString() String
A string representation of this object.
inherited

Operators

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