[−][src]Function odbc::ffi::SQLSetConnectAttr
pub unsafe extern "system" fn SQLSetConnectAttr(
hdbc: *mut Dbc,
attr: SqlConnectionAttribute,
value: *mut c_void,
str_length: i32
) -> SQLRETURN
Sets attributes that govern aspects of connections.
Returns
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING.