exec<T> method

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

Executes the statement with the given adapter.

Implementation

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