runSelect abstract method

Future<List<Map<String, Object?>>> runSelect(
  1. String statement,
  2. List<Object?> args
)

Runs a select statement with the given variables and returns the raw results.

Implementation

Future<List<Map<String, Object?>>> runSelect(
    String statement, List<Object?> args);