Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
statement::num_params

Returns the number of parameters that should be provided when executing the statement.

Synopsis
unsigned
num_params() const noexcept;
Preconditions

this->valid() == true

Exception safety

No-throw guarantee.


PrevUpHomeNext