Module statement

Module statement 

Source
Expand description

This module contains data-types and functions to provide prepared statement functionality.

Structs§

SqlStatement
Binded instance of the sqlite3_stmt.

Enums§

PreparedStatementStatus
This enumeration is the list of the possible status outcomes for the execute_prepared(&mut self) function.