![]() |
Home | Libraries | People | FAQ | More |
Prepares a statement server-side.
statement prepare_statement( string_view stmt);
stmt
should be encoded
using the connection's character set.
The returned statement has valid() == true
.