[][src]Function odbc::ffi::SQLGetConnectAttrW

pub unsafe extern "system" fn SQLGetConnectAttrW(
    connection_handle: *mut Dbc,
    attribute: SqlConnectionAttribute,
    value_ptr: *mut c_void,
    buffer_length: i32,
    string_length_ptr: *mut i32
) -> SQLRETURN

Returns the current setting of a connection attribute.

Returns

SQL_SUCCESS, SQL_ERROR, SQL_NO_DATA, or SQL_INVALID_HANDLE.