executeRaw abstract method

Future<int> executeRaw(
  1. SqlQuery query
)

Execute a command within the transaction (returns affected rows)

Implementation

Future<int> executeRaw(SqlQuery query);