Expand description
This module contains data-types and functions to provide prepared statement functionality.
Structs§
- SqlStatement
- Binded instance of the sqlite3_stmt.
Enums§
- Prepared
Statement Status - This enumeration is the list of the possible status outcomes for the
execute_prepared(&mut self)function.