![]() |
Home | Libraries | People | FAQ | More |
Returns a server-side identifier for the statement (unique in a per-connection basis).
std::uint32_t id() const;
Note that, once a statement is closed, the server may recycle its ID.
this->valid() == true
No-throw guarantee.