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