SqlFractalExt extension
- on
Methods
-
assoc(
MP attr) → String -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
from(
) → dynamic -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
initIndexes(
) → Future< void> -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
initSql(
) → Future< TableF> -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
listValues(
MP map) → Iterable< MapEntry> -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
select(
{Iterable< String> ? fields, MP? where, int limit = 1200, Map<String, dynamic> order = const {'created_at' : true}, String group = ''}) → Future<List< MP> > -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
store(
MP map) → Future< bool> -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
update(
MP m, int id) → Future< bool> -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension
Static Methods
-
init(
) → dynamic -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension -
makeWhere(
dynamic where, FractalCtrl< Fractal> ctrl) → String -
Available on FractalCtrl<
Fractal> , provided by the SqlFractalExt extension