Trait odbc_safe::Handle[][src]

pub unsafe trait Handle {
    const HANDLE_TYPE: HandleType;

    fn handle(&self) -> SQLHANDLE;
}

Basic functionality for all wrappers around ODBC Handles

Associated Constants

const HANDLE_TYPE: HandleType[src]

Used to identify the type of the handle in various functions of the ODBC C interface

Loading content...

Required methods

fn handle(&self) -> SQLHANDLE[src]

Returns a ptr to the wrapped ODBC Object

Loading content...

Implementors

Loading content...