Enum sqlparser::sqlast::SQLOperator [−][src]
pub enum SQLOperator {
Plus,
Minus,
Multiply,
Divide,
Modulus,
Gt,
Lt,
GtEq,
LtEq,
Eq,
NotEq,
And,
Or,
}SQL Operator
Variants
PlusMinusMultiplyDivideModulusGtLtGtEqLtEqEqNotEqAndOr
Trait Implementations
impl Debug for SQLOperator[src]
impl Debug for SQLOperatorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SQLOperator[src]
impl PartialEq for SQLOperatorfn eq(&self, other: &SQLOperator) -> bool[src]
fn eq(&self, other: &SQLOperator) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for SQLOperator[src]
impl Clone for SQLOperatorfn clone(&self) -> SQLOperator[src]
fn clone(&self) -> SQLOperatorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SQLOperator
impl Send for SQLOperatorimpl Sync for SQLOperator
impl Sync for SQLOperator