menu
sonicdb package
documentation
operation.dart
SelectOperation<T>
SelectOperation.new constructor
SelectOperation.new constructor
dark_mode
light_mode
SelectOperation<
T
>
constructor
SelectOperation<
T
>
(
SonicDb
db
,
String
table
,
List
<
String
>
_columns
)
Implementation
SelectOperation(SonicDb db, String table, this._columns) : super(db, table);
sonicdb package
documentation
operation
SelectOperation<T>
SelectOperation.new constructor
SelectOperation class