Docs.rs
  • sqlparser-0.35.0
    • sqlparser 0.35.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • maxcountryman
    • Dandandan
    • nickolay
    • alamb
    • Dependencies
      • bigdecimal ^0.3 normal
      • log ^0.4 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sqlparser_derive ^0.1.1 normal
      • matches ^0.1 dev
      • pretty_assertions ^1 dev
      • simple_logger ^4.0 dev
    • Versions
    • 20.74% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module dialect

  • Re-exports
  • Structs
  • Traits
  • Functions
?
Change settings

Module sqlparser::dialect

source ·

Re-exports

  • pub use crate::keywords;

Structs

  • AnsiDialect
  • BigQueryDialect
  • ClickHouseDialect
  • DuckDbDialect
  • GenericDialect
  • HiveDialect
  • MsSqlDialect
  • MySqlDialect
    MySQL
  • PostgreSqlDialect
  • RedshiftSqlDialect
  • SQLiteDialect
  • SnowflakeDialect

Traits

  • Dialect
    Encapsulates the differences between SQL implementations.

Functions

  • dialect_from_str
    Returns the built in Dialect corresponding to dialect_name.