Enum sqlparser::ast::MinMaxValue
source · pub enum MinMaxValue {
Empty,
None,
Some(Expr),
}Expand description
Can use to describe options in create sequence or table column type identity [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]
Variants§
Trait Implementations§
source§impl Clone for MinMaxValue
impl Clone for MinMaxValue
source§fn clone(&self) -> MinMaxValue
fn clone(&self) -> MinMaxValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more