Module wire_format

Source

Structs§

BindList
BindPair
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.
SqliteError
Error structure that carries data from sqlite_errmsg and sqlite_errcode
SqliteRow

Enums§

BindKey
Struct used for binding a certain BindValue to either a numeric key or a named key in a prepared statement
BindValue
Enum that represents possible different types of values that can be bound to a prepared statements
DbError
SqliteValue