execute method

Future<void> execute()

Implementation

Future<void> execute() async {
  await database.execute(toSql());
}