Docs.rs
odbc-api-helper-0.2.1
odbc-api-helper 0.2.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
baoyachi
Dependencies
anyhow ^1.0.64
normal
async-trait ^0.1.57
normal
bytes ^1.2.1
normal
chrono ^0.4.22
normal
dameng-helper ^0.2.0
normal
either ^1.8.0
normal
log ^0.4.17
normal
nu-protocol ^0.69.1
normal
nu-table ^0.69.1
normal
odbc-api ^0.50.2
normal
pg-helper ^0.2.0
normal
postgres-protocol ^0.6.4
normal
postgres-types ^0.2.4
normal
time ^0.3.14
normal
Versions
4.31%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
SqlValue
Required Methods
to_value
Implementations on Foreign Types
&str
String
Implementors
In odbc_api_helper::executor::statement
?
Trait
odbc_api_helper
::
executor
::
statement
::
SqlValue
source
·
[
−
]
pub trait SqlValue { fn
to_value
(&self) ->
Either
<
Box
<dyn
InputParameter
>,
()
>; }
Required Methods
source
fn
to_value
(&self) ->
Either
<
Box
<dyn
InputParameter
>,
()
>
Implementations on Foreign Types
source
impl
SqlValue
for &
str
source
fn
to_value
(&self) ->
Either
<
Box
<dyn
InputParameter
>,
()
>
source
impl
SqlValue
for
String
source
fn
to_value
(&self) ->
Either
<
Box
<dyn
InputParameter
>,
()
>
Implementors
source
impl
SqlValue
for
PgValueInput