execute abstract method

Future<SqlResult> execute(
  1. SqlCommand command, {
  2. ExecutionOptions options = const ExecutionOptions(),
})

Executes SQL with separately bound parameters and per-statement controls.

Implementation

Future<SqlResult> execute(
  SqlCommand command, {
  ExecutionOptions options = const ExecutionOptions(),
});