commit method
void
commit()
Implementation
void commit() {
final rc = _commit(_handle);
if (rc != 0) {
throw Exception(lastError());
}
}
void commit() {
final rc = _commit(_handle);
if (rc != 0) {
throw Exception(lastError());
}
}