Skip to main content

Module row

Module row 

Source
Expand description

Typed reads from the current SQLite result row.

Row is only valid until the owning statement is stepped, reset, or finalized. Getters copy text and blob data before returning.

Structs§

Row

Traits§

FromColumn