Skip to main content

Module statement

Module statement 

Source
Expand description

Prepared statement lifecycle and row iteration.

Each execution resets and clears bindings first. Drop finalizes the SQLite statement, so prepared statements can be reused without leaking C resources.

Structsยง

Rows
Statement