executeRaw abstract method

  1. @override
Future<int> executeRaw(
  1. SqlQuery query
)
override

Execute a raw SQL command and return affected row count

Implementation

@override
Future<int> executeRaw(SqlQuery query);