exec method

Future<void> exec(
  1. Adapter adapter
)

Implementation

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