Function sqlparser::dialect::dialect_from_str

source ยท
pub fn dialect_from_str(
    dialect_name: impl AsRef<str>
) -> Option<Box<dyn Dialect>>
Expand description

Returns the built in Dialect corresponding to dialect_name.

See Dialect documentation for an example.