execute method

Future<SqlResult> execute(
  1. SqlCommand command, {
  2. ExecutionOptions options = const ExecutionOptions(),
  3. Iterable<TableSchema> changedTables = const [],
})

Executes bound SQL and declares tables affected by raw writes.

Implementation

Future<SqlResult> execute(
  SqlCommand command, {
  ExecutionOptions options = const ExecutionOptions(),
  Iterable<TableSchema> changedTables = const [],
}) => _unbound();