Trait odbc_api::handles::AsHandle[][src]

pub unsafe trait AsHandle {
    fn as_handle(&self) -> Handle;
fn handle_type(&self) -> HandleType; }

Provides access to the raw underlying ODBC handle.

Required methods

fn as_handle(&self) -> Handle[src]

The raw underlying ODBC handle used to talk to the ODBC C API. The handle must be valid.

fn handle_type(&self) -> HandleType[src]

The type of the ODBC handle returned by as_handle.

Loading content...

Implementors

Loading content...