SqliteConnection class

Constructors

SqliteConnection(String databasePath)

Properties

databasePath String
final
db → Database
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
delete(String table, String whereClause, List whereArgs) Future<int>
execute(String sql) Future<void>
insert(String table, Map<String, dynamic> values) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
query(String sql, [List params = const []]) Future<List<Map<String, dynamic>>>
toString() String
A string representation of this object.
inherited
update(String table, Map<String, dynamic> values, String whereClause, List whereArgs) Future<int>

Operators

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