SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::BinderChain< BINDER > Class Template Reference

Description

template<BinderType... BINDER>
class sqt::BinderChain< BINDER >

The primary template for defining binder chain type for various number of binders.

Template Parameters
BINDERThe binder types contained in the binder chain. They must satisfy the sqt::BinderType concept.

Binder chains are created by the sqt::Executor::BeginBindings() method to bind parameters to placeholders in a querier.

See also
sqt::BinderChain<>
sqt::BinderChain<FIRST, REST...>
sqt::BinderType
sqt::Executor<>::BeginBindings()