execute abstract method
Future<SqlResult>
execute(
- SqlCommand command, {
- ExecutionOptions options = const ExecutionOptions(),
Executes SQL with separately bound parameters and per-statement controls.
Implementation
Future<SqlResult> execute(
SqlCommand command, {
ExecutionOptions options = const ExecutionOptions(),
});