query method

Implementation

Future<QueryResult> query(SQLExecutor e) async => await e.execute(this.sql, args);