Function odbc_sys::SQLGetConnectAttrW[][src]

pub unsafe extern "system" fn SQLGetConnectAttrW(
    connection_handle: HDbc,
    attribute: ConnectionAttribute,
    value_ptr: Pointer,
    buffer_length: Integer,
    string_length_ptr: *mut Integer
) -> SqlReturn

Returns the current setting of a connection attribute.

Returns

SUCCESS, ERROR, SQL_NO_DATA, or INVALID_HANDLE.