S.StmtSourceThe module contains operations on MariaDB prepared statements.
The type of prepared statement.
execute stmt params executes the prepared statement stmt binding to it the query parameters params and returns a Res.t, the query result.
reset stmt reset the client and server state of stmt to what they were after stmt was prepared, and frees up any Res.t produced by stmt.