exec<T> method

Future<void> exec<T>(
  1. Adapter adapter
)

Executes the statement with the given adapter.

Implementation

Future<void> exec<T>(Adapter adapter) => adapter.upsertMany<T>(this);