Docs.rs
gluesql-core-0.18.0
gluesql-core 0.18.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
panarch
Dependencies
async-recursion ^1
normal
async-trait ^0.1
normal
bigdecimal ^0.4.1
normal
cfg-if ^1
normal
chrono ^0.4.38
normal
futures ^0.3
normal
futures-enum ^0.1.17
normal
hex ^0.4
normal
im ^15
normal
iter-enum ^1
normal
itertools ^0.12
normal
md-5 ^0.10.5
normal
ordered-float ^4
normal
rand ^0.8
normal
regex ^1
normal
rust_decimal ^1
normal
serde ^1
normal
serde_json ^1
normal
sqlparser ^0.52
normal
strum_macros ^0.25
normal
thiserror ^1.0
normal
gluesql-utils ^0.18.0
normal
pretty_assertions ^1
dev
uuid ^1
normal
uuid ^1
normal
Versions
5.77%
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
ToSql
gluesql_
core
0.18.0
ToSql
Required Methods
to_sql
Implementors
In gluesql_
core::
ast
gluesql_core
::
ast
Trait
ToSql
Copy item path
Source
pub trait ToSql { // Required method fn
to_sql
(&self) ->
String
; }
Required Methods
§
Source
fn
to_sql
(&self) ->
String
Implementors
§
Source
§
impl
ToSql
for
AstLiteral
Source
§
impl
ToSql
for
BinaryOperator
Source
§
impl
ToSql
for
CountArgExpr
Source
§
impl
ToSql
for
Expr
Source
§
impl
ToSql
for
Function
Source
§
impl
ToSql
for
JoinConstraint
Source
§
impl
ToSql
for
JoinExecutor
Source
§
impl
ToSql
for
SelectItem
Source
§
impl
ToSql
for
SetExpr
Source
§
impl
ToSql
for
TableFactor
Source
§
impl
ToSql
for
UnaryOperator
Source
§
impl
ToSql
for
Aggregate
Source
§
impl
ToSql
for
ColumnDef
Source
§
impl
ToSql
for
ColumnUniqueOption
Source
§
impl
ToSql
for
ForeignKey
Source
§
impl
ToSql
for
Join
Source
§
impl
ToSql
for
OrderByExpr
Source
§
impl
ToSql
for
Query
Source
§
impl
ToSql
for
Select
Source
§
impl
ToSql
for
TableAlias
Source
§
impl
ToSql
for
TableWithJoins
Source
§
impl
ToSql
for
Values