Expand description
Traits used in this crate
Modules§
Macros§
- params
- This macro is a convenient way to pass named parameters to a statement.
Traits§
- AsQuery
- Types that can be treated as a MySQL query.
- Batch
Query - Helper trait for batch statement execution.
- Column
Index - Things that may be used as an index of a row column.
- FromRow
- Trait to convert
Row
into a tuple ofFromValue
implementors up to arity 12. - From
Value - Implement this trait to convert a value to some type.
- Global
Handler - Global,
Opts
-levelLOCAL INFILE
handler (see “LOCAL INFILE Handlers” section of theREADME.md
). - Protocol
- Trait for protocol markers
crate::TextProtocol
andcrate::BinaryProtocol
. - Query
- MySql text query.
- Queryable
- Methods of this trait are used to execute database queries.
- Statement
Like - Everything that is a statement.
- ToConnection
- Everything that is a connection.
- ToValue
- With
Params - Helper, that constructs
QueryWithParams
.