Module sql_arg

Source
Expand description

An argument for SQL expressions.

Modules§

error
Error type for TryInto.
from
Implementation of the From for SqlArg. Used to convert basic datatypes into SqlArg.
from_row
Implementation of the FromRow trait for SqlArg.
try_into
Implementation of the TryInto for SqlArg. Used to convert SqlArg into basic datatypes.

Enums§

SqlArg
Enum to keep the different argument types.

Functions§

valid_key
Returns true, if list of arguments would be a valid key.