Skip to content

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.

External links

Finalize in SQLite.org