[][src]Trait odbc_safe::Handle

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

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

Loading content...

Required methods

fn handle(&self) -> SQLHANDLE

Returns a ptr to the wrapped ODBC Object

Loading content...

Implementors

Loading content...