-
-
Notifications
You must be signed in to change notification settings - Fork 327
statement_finalizer
Yevgeniy Zakharov edited this page Apr 3, 2017
·
1 revision
struct statement_finalizer;
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.