Enum sql_parse::SelectFlag
source · pub enum SelectFlag {
All(Span),
Distinct(Span),
DistinctRow(Span),
HighPriority(Span),
StraightJoin(Span),
SqlSmallResult(Span),
SqlBigResult(Span),
SqlBufferResult(Span),
SqlNoCache(Span),
SqlCalcFoundRows(Span),
}
Expand description
Flags specified after SELECT
Variants§
All(Span)
Distinct(Span)
DistinctRow(Span)
HighPriority(Span)
StraightJoin(Span)
SqlSmallResult(Span)
SqlBigResult(Span)
SqlBufferResult(Span)
SqlNoCache(Span)
SqlCalcFoundRows(Span)
Trait Implementations§
source§impl Clone for SelectFlag
impl Clone for SelectFlag
source§fn clone(&self) -> SelectFlag
fn clone(&self) -> SelectFlag
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