Struct diesel::sql_types::TinyInt [−][src]
pub struct TinyInt;
Expand description
The tiny integer SQL type.
This is only available on MySQL.
Keep in mind that infer_schema!
will see TINYINT(1)
as Bool
,
not TinyInt
.
ToSql
impls
FromSql
impls
Trait Implementations
type Expression = Bound<TinyInt, Self>
type Expression = Bound<TinyInt, Self>
The expression being returned
Perform the conversion
type Expression = Bound<TinyInt, Self>
type Expression = Bound<TinyInt, Self>
The expression being returned
Perform the conversion
type Expression = Bound<TinyInt, Self>
type Expression = Bound<TinyInt, Self>
The expression being returned
Perform the conversion
Can the SQL generated by Self
be uniquely identified by its type? Read more
Auto Trait Implementations
impl RefUnwindSafe for TinyInt
impl UnwindSafe for TinyInt
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self
to an expression for Diesel’s query builder. Read more