Struct wing_sqlparser::dialect::SnowflakeDialect[][src]

pub struct SnowflakeDialect;

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Determine if a character is a valid start character for an unquoted identifier

Determine if a character is a valid unquoted identifier character

Determine if a character starts a quoted identifier. The default implementation, accepting “double quoted” ids is both ANSI-compliant and appropriate for most dialects (with the notable exception of MySQL, MS SQL, and sqlite). You can accept one of characters listed in Word::matching_end_quote here Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.