[][src]Function odbc_sys::SQLGetConnectAttrW

pub unsafe extern "system" fn SQLGetConnectAttrW(
    connection_handle: SQLHDBC,
    attribute: SqlConnectionAttribute,
    value_ptr: SQLPOINTER,
    buffer_length: SQLINTEGER,
    string_length_ptr: *mut SQLINTEGER
) -> SQLRETURN

Returns the current setting of a connection attribute.

Returns

SQL_SUCCESS, SQL_ERROR, SQL_NO_DATA, or SQL_INVALID_HANDLE.