Docs.rs
databend-driver-0.28.2
databend-driver 0.28.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
everpcpc
Dependencies
arrow ^55.0
normal
arrow-flight ^55.0
normal
optional
arrow-schema ^55.0
normal
optional
async-trait ^0.1
normal
chrono ^0.4.40
normal
csv ^1.3
normal
databend-client ^0.28.2
normal
databend-common-ast ^0.2.2
normal
databend-driver-core ^0.28.2
normal
databend-driver-macros ^0.28.2
normal
derive-visitor ^0.4.0
normal
glob ^0.3
normal
log ^0.4
normal
once_cell ^1.21
normal
percent-encoding ^2.3
normal
serde_json ^1.0
normal
tokio ^1.34
normal
tokio-stream ^0.1
normal
tonic ^0.12
normal
optional
url ^2.5
normal
Versions
4.26%
of the crate is documented
Platform
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
Param
databend_
driver
0.28.2
Param
Required Methods
as_sql_string
Implementations on Foreign Types
&str
()
Option<T>
String
Value
bool
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate databend_
driver
databend_driver
Trait
Param
Copy item path
Source
pub trait Param:
Debug
{ // Required method fn
as_sql_string
(&self) ->
String
; }
Required Methods
§
Source
fn
as_sql_string
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Param
for &
str
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
Value
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
bool
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
f32
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
f64
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
i8
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
i16
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
i32
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
i64
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
i128
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
isize
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
u8
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
u16
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
u32
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
u64
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
u128
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
()
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
usize
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl
Param
for
String
Source
§
fn
as_sql_string
(&self) ->
String
Source
§
impl<T>
Param
for
Option
<T>
where T:
Param
,
Source
§
fn
as_sql_string
(&self) ->
String
Implementors
§