isSelectQuery static method

bool isSelectQuery(
  1. String sql
)

Implementation

static bool isSelectQuery(String sql) => _selectPattern.hasMatch(sql);