Executes the statement with the given adapter.
Future<void> exec<T>(Adapter adapter) => adapter.upsertMany<T>(this);