executeRaw abstract method

Future<int> executeRaw(
  1. SqlQuery query
)

Execute a command and return affected row count

Implementation

Future<int> executeRaw(SqlQuery query);