Docs.rs
  • taitan-orm-parser-0.1.11
    • taitan-orm-parser 0.1.11
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • crates.io
    • Source
    • Owners
    • thegenius
    • Dependencies
      • case ^1.0 normal
      • nom ^7.0.0 normal
      • proc-macro2 ^1.0 normal
      • quote ^1.0 normal
      • regex ^1.11.1 normal
      • rinja ^0.3.5 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_yaml ^0.9.33 normal
      • sqlparser ^0.55.0 normal
      • syn ^2.0.99 normal
      • taitan-orm-tracing ^0.1.11 normal
      • sqlx ^0.8.2 dev
      • taitan-orm-tracing ^0.1.11 dev
      • tracing ^0.1 dev
      • tracing-subscriber ^0.3.18 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

taitan_orm_parser0.1.11

ToSqlSegment

Provided Methods

  • gen_sql_segment
  • gen_sql_segments

Implementors

In taitan_orm_parser::template

taitan_orm_parser::template

Trait ToSqlSegment

Source
pub trait ToSqlSegment {
    // Provided methods
    fn gen_sql_segment(&self) -> SqlSegment { ... }
    fn gen_sql_segments(&self) -> Vec<SqlSegment> { ... }
}

Provided Methods§

Source

fn gen_sql_segment(&self) -> SqlSegment

Source

fn gen_sql_segments(&self) -> Vec<SqlSegment>

Implementors§

Source§

impl ToSqlSegment for Atomic

Source§

impl ToSqlSegment for Placeholder

Source§

impl ToSqlSegment for RawPlaceholder

Source§

impl ToSqlSegment for SimpleExpr

Source§

impl ToSqlSegment for SqlPart

Source§

impl ToSqlSegment for BoolValue

Source§

impl ToSqlSegment for GenericAtomic

Source§

impl ToSqlSegment for GenericValue

Source§

impl ToSqlSegment for MaybeValue

Source§

impl ToSqlSegment for MySqlAtomic

Source§

impl ToSqlSegment for NumberValue

Source§

impl ToSqlSegment for PostgresAtomic

Source§

impl ToSqlSegment for SqliteAtomic

Source§

impl ToSqlSegment for TextValue

Source§

impl ToSqlSegment for SqlTemplate