Docs.rs
rs-odbc-0.2.0
rs-odbc 0.2.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
mversic
Dependencies
mockall_double ^0.3.0
normal
rs-odbc_derive ^0.1.0
normal
mockall ^0.11.2
dev
trybuild ^1.0.65
dev
Versions
11.88%
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
SQLCHAR
rs_odbc
0.2.0
SQLCHAR
Trait Implementations
CData<SQL_C_BIT, V>
CData<SQL_C_UTINYINT, V>
CScalar
OdbcChar
Scalar
In crate rs_
odbc
rs_odbc
Type Alias
SQLCHAR
Copy item path
Source
pub type SQLCHAR =
u8
;
Expand description
ASCII encoded character
Trait Implementations
§
Source
§
impl<V:
OdbcVersion
>
CData
<
SQL_C_BIT
, V> for
SQLCHAR
Source
§
impl<V:
OdbcVersion
>
CData
<
SQL_C_UTINYINT
, V> for
SQLCHAR
Source
§
impl
CScalar
for
SQLCHAR
Source
§
impl
OdbcChar
for
SQLCHAR
Source
§
impl
Scalar
for
SQLCHAR