Expand description
SQL statement handling and execution.
This module provides the Statement type as a pure data container for SQL queries
with parameter binding. Statement execution is handled by Connection.
Structs§
- Statement
- SQL statement as a pure data container.
Enums§
- Parameter
- Parameter value for prepared statements.
- Statement
Type - Type of SQL statement.