SqliteServiceClientWrapper class

This class is a wrapper around the client used to provide the select method that is expected in the SQLiteWrapper code

Constructors

SqliteServiceClientWrapper({required SqliteWrapperServiceClient client, required String dbName, required SQLiteWrapperBase wrapper})

Properties

client SqliteWrapperServiceClient
final
dbName String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrapper SQLiteWrapperBase
final

Methods

execute(String sql, {List<String>? tables, List<Object?> params = const [], String? dbName}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(String sql, List<Object?> params) Future
toString() String
A string representation of this object.
inherited

Operators

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