Trait odbc_safe::Handle [] [src]

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

Basic functionality for all wrappers around ODBC Handles

Required Methods

Returns a ptr to the wrapped ODBC Object

Returns the type of the ODBC Object wrapped

Implementors