Trait odbc_api::handles::CDataMut [−][src]
pub unsafe trait CDataMut: CData { fn mut_indicator_ptr(&mut self) -> *mut isize; fn mut_value_ptr(&mut self) -> *mut c_void; }
A type which can be bound mutably to ODBC.
Required methods
fn mut_indicator_ptr(&mut self) -> *mut isize[src]
Indicates the length of variable sized types. May be zero for fixed sized types.
fn mut_value_ptr(&mut self) -> *mut c_void[src]
Pointer to a value corresponding to the one described by cdata_type.
Implementations on Foreign Types
Loading content...Implementors
impl CDataMut for CharColumn[src]
impl CDataMut for CharColumn[src]impl CDataMut for WCharColumn[src]
impl CDataMut for WCharColumn[src]