[−][src]Trait odbc_api::handles::CDataMut
A type which can be bound mutably to ODBC.
Required methods
fn mut_indicator_ptr(&mut self) -> *mut Len
Indicates the length of variable sized types. May be zero for fixed sized types.
fn mut_value_ptr(&mut self) -> *mut c_void
Pointer to a value corresponding to the one described by cdata_type.
Implementations on Foreign Types
impl<T> CDataMut for Vec<T> where
T: FixedSizedCType, [src]
T: FixedSizedCType,
fn mut_indicator_ptr(&mut self) -> *mut isize[src]
fn mut_value_ptr(&mut self) -> *mut c_void[src]
Implementors
impl CDataMut for TextColumn[src]
fn mut_indicator_ptr(&mut self) -> *mut isize[src]
fn mut_value_ptr(&mut self) -> *mut c_void[src]
impl<T> CDataMut for OptFixedSizedColumn<T> where
T: FixedSizedCType, [src]
T: FixedSizedCType,