You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utility class used to finalize prepared statement in its destructor. Works just like std::lock_guard. Useful cause a storage can throw an exception and prepared statement must be finalized anyway.