comitTransaction method

void comitTransaction()

Comit transaction

Implementation

void comitTransaction() {
  exec("COMMIT").dispose();
}