Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The module contains operations on MariaDB prepared statements.
val execute : t -> Field.value array -> Res.t option result
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
.