[][src]Trait odbc_api::buffers::ColumnBuffer

pub unsafe trait ColumnBuffer {
    fn bind_arguments(&mut self) -> BindColParameters;
}

A type implementing this trait can be bound to a column of a cursor.

Required methods

fn bind_arguments(&mut self) -> BindColParameters

Arguments used to descripbe the buffer then binding this column to a cursor.

Loading content...

Implementors

impl ColumnBuffer for TextColumn[src]

Loading content...