Docs.rs
  • nom-sql-0.0.11
    • nom-sql 0.0.11
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ms705
    • Dependencies
      • nom ^5.0.1 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • pretty_assertions ^0.5.1 dev
    • Versions
    • 1.74% of the crate is documented
  • 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

nom_sql0.0.11

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums

Crate nom_sql

Source

Re-exports§

pub use self::parser::*;

Modules§

parser

Structs§

ArithmeticExpression
CaseWhenExpression
Column
ColumnSpecification
CompoundSelectStatement
ConditionTree
CreateTableStatement
CreateViewStatement
DeleteStatement
GroupByClause
InsertStatement
JoinClause
LimitClause
LiteralExpression
OrderClause
Real
SelectStatement
SetStatement
Table
UpdateStatement

Enums§

ArithmeticBase
ArithmeticOperator
ColumnConstraint
ColumnOrLiteral
CompoundSelectOperator
ConditionBase
ConditionExpression
FieldDefinitionExpression
FieldValueExpression
FunctionArguments
FunctionExpression
JoinConstraint
JoinOperator
JoinRightSide
Literal
Operator
OrderType
SelectSpecification
SqlType
TableKey