Module lunatic_sqlite_api::wire_format
source · Structs
- Represents a pair of BindKey and BindValue that are used to bind certain data to a prepared statement where BindKey is usually either a numeric index starting with 1 or a string.
- Error structure that carries data from sqlite_errmsg and sqlite_errcode
Enums
- Struct used for binding a certain
BindValue
to either a numeric key or a named key in a prepared statement - Enum that represents possible different types of values that can be bound to a prepared statements