Skip to main content

Module statement

Module statement 

Source
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.
StatementType
Type of SQL statement.