☰
SqlOrd
SqlOrd
Implementors
In diesel::sql_types
Modules
is_nullable
ops
Structs
BigInt
Binary
Bool
Date
Double
Float
Integer
Interval
Json
Nullable
Numeric
SmallInt
Text
Time
Timestamp
TinyInt
Untyped
Traits
AllAreNullable
BoolOrNullableBool
Foldable
HasSqlType
IntoNotNullable
IntoNullable
MaybeNullableType
OneIsNullable
SingleValue
SqlOrd
SqlType
TypeMetadata
Type Definitions
Decimal
VarChar
?
Trait
diesel
::
sql_types
::
SqlOrd
source
·
[
−
]
pub trait SqlOrd:
SqlType
{ }
Expand description
Marker trait for types which can be used with
MAX
and
MIN
Implementors
§
source
§
impl
SqlOrd
for
BigInt
source
§
impl
SqlOrd
for
Date
source
§
impl
SqlOrd
for
Double
source
§
impl
SqlOrd
for
Float
source
§
impl
SqlOrd
for
Integer
source
§
impl
SqlOrd
for
Interval
source
§
impl
SqlOrd
for
SmallInt
source
§
impl
SqlOrd
for
Text
source
§
impl
SqlOrd
for
Time
source
§
impl
SqlOrd
for
Timestamp
source
§
impl<T>
SqlOrd
for
Nullable
<T>
where T:
SqlOrd
+
SqlType
<IsNull =
NotNull
>,