FDBA class abstract
- Implementers
Properties
Methods
-
connect(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
query(
String sql, [List< Object?> parameters = const []]) → Future<bool> -
select(
String sql, [List< Object?> parameters = const []]) → Future<List< MP> > -
store(
FTransactionParams transaction) → Future< bool> -
tableIndexes(
String name) → Future< List< MP> > -
tableInfo(
String name) → Future< List< MP> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited