Execute query and return rows as maps
Future<List<Map<String, dynamic>>> execute() async { return _executeParameterized(); }