Docs.rs
  • sql-parse-0.24.0
    • sql-parse 0.24.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • antialize
    • Dependencies
    • Versions
    • 37.87% 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

sql_parse0.24.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AlterTable
  • CreateFunction
  • CreateTable
  • CreateTrigger
  • CreateView
  • DataType
  • Delete
  • DropDatabase
  • DropEvent
  • DropFunction
  • DropIndex
  • DropProcedure
  • DropServer
  • DropTable
  • DropTrigger
  • DropView
  • ForeignKeyOn
  • Fragment
  • Identifier
  • IndexCol
  • IndexHint
  • InsertReplace
  • InsertReplaceOnDuplicateKeyUpdate
  • InsertReplaceSet
  • InsertReplaceSetPair
  • Issue
  • IssueHandle
  • Issues
  • OnConflict
  • ParseOptions
  • QualifiedName
  • RenameTable
  • SString
  • Select
  • SelectExpr
  • TableToTable
  • TruncateTable
  • Union
  • UnionWith
  • Update
  • When
  • WithBlock
  • WithQuery

Enums

  • AlterColumnAction
  • AlterSpecification
  • BinaryOperator
  • CreateAlgorithm
  • CreateDefinition
  • CreateOption
  • DataTypeProperty
  • DeleteFlag
  • Expression
  • ForeignKeyOnAction
  • ForeignKeyOnType
  • Function
  • IdentifierPart
  • IndexHintFor
  • IndexHintType
  • IndexHintUse
  • IndexOption
  • IndexType
  • InsertReplaceFlag
  • InsertReplaceType
  • Is
  • JoinSpecification
  • JoinType
  • Level
  • OnConflictAction
  • OnConflictTarget
  • SQLArguments
  • SQLDialect
  • SelectFlag
  • Statement
  • TableOption
  • TableReference
  • Type
  • UnaryOperator
  • UnionType
  • UpdateFlag
  • Variable

Traits

  • OptSpanned
  • Spanned

Macros

  • issue_ice
  • issue_todo

Functions

  • parse_statement
  • parse_statements

Type Aliases

  • Span