Skip to main content

Module value

Module value 

Source
Expand description

Typed SQLite parameter binding.

Values are copied into SQLite with SQLITE_TRANSIENT, so caller-owned text and blob buffers only need to live until the bind call returns.

Structs§

Null

Enums§

Value

Constants§

NULL

Traits§

ToSql