Enum sql_lexer::LiteralValueTypeIndicator [] [src]

pub enum LiteralValueTypeIndicator {
    Binary,
    Date,
    Time,
    Timestamp,
    X,
    ZeroX,
    B,
    ZeroB,
    N,
    Charset(BufferSlice),
}

Variants

Trait Implementations

impl Debug for LiteralValueTypeIndicator
[src]

Formats the value using the given formatter.

impl PartialEq for LiteralValueTypeIndicator
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.