Function odbc_sys::SQLDrivers
source · pub unsafe extern "system" fn SQLDrivers(
henv: HEnv,
direction: FetchOrientation,
driver_desc: *mut Char,
driver_desc_max: SmallInt,
out_driver_desc: *mut SmallInt,
driver_attributes: *mut Char,
drvr_attr_max: SmallInt,
out_drvr_attr: *mut SmallInt
) -> SqlReturn
Expand description
Lists driver descriptions and driver attribute keywords. This function is implemented only by the Driver Manager.
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, INVALID_HANDLE
, or SQL_NO_DATA