shouldConfirmQuery method

Future<bool> shouldConfirmQuery()

Implementation

Future<bool> shouldConfirmQuery() =>
    Future.value(SqlUtils.requiresConfirmation(queryText.trim()));