Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
connection::prepare_statement (2 of 2 overloads)

Prepares a statement server-side.

Synopsis
statement
prepare_statement(
    string_view stmt);
Description

stmtshould be encoded using the connection's character set.

The returned statement has valid() == true.


PrevUpHomeNext