void SQLTransactionBackend::performNextStep() { computeNextStateAndCleanupIfNeeded(); runStateMachine(); }
void SQLTransaction::performPendingCallback() { computeNextStateAndCleanupIfNeeded(); runStateMachine(); }