Type Definition odbc_sys::SQLHDBC

source ·
pub type SQLHDBC = *mut Dbc;
Expand description

The connection handle references storage of all information about the connection to the data source, including status, transaction state, and error information.