Function odbc_sys::SQLGetInfoW[][src]

pub unsafe extern "system" fn SQLGetInfoW(
    connection_handle: HDbc,
    info_type: InfoType,
    info_value_ptr: Pointer,
    buffer_length: SmallInt,
    string_length_ptr: *mut SmallInt
) -> SqlReturn

Returns general information about the driver and data source associated with a connection

Returns

SUCCESS, SUCCESS_WITH_INFO, ERROR, or INVALID_HANDLE