Docs.rs
rbatis-codegen-4.6.5
rbatis-codegen 4.6.5
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
html_parser ^0.6.3
normal
proc-macro2 ^1.0
normal
quote ^1.0
normal
rbs ^4.6
normal
serde ^1
normal
serde_json ^1
normal
optional
syn ^2.0
normal
url ^2.2.2
normal
Versions
33.33%
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
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
Module where_
node
rbatis_
codegen
4.6.5
Module where_
node
Module Items
Structs
In rbatis_
codegen::
codegen::
syntax_
tree_
pysql
Modules
bind_node
break_node
choose_node
continue_node
error
foreach_node
if_node
otherwise_node
set_node
sql_node
string_node
to_html
trim_node
when_node
where_node
Enums
NodeType
Traits
DefaultName
Name
ToHtml
rbatis_codegen
::
codegen
::
syntax_tree_pysql
Module
where_node
Copy item path
Settings
Help
Summary
Source
Structs
§
Where
Node
Represents a
where
node in py_sql. It’s used to dynamically build the
WHERE
clause of a SQL query. It will automatically prepend
WHERE
if needed and remove leading
AND
or
OR
keywords from its content.