Function odbc_sys::SQLDrivers [] [src]

pub unsafe extern fn SQLDrivers(henv: SQLHENV,
                                direction: FetchOrientation,
                                driver_desc: *mut SQLCHAR,
                                driver_desc_max: SQLSMALLINT,
                                out_driver_desc: *mut SQLSMALLINT,
                                driver_attributes: *mut SQLCHAR,
                                drvr_attr_max: SQLSMALLINT,
                                out_drvr_attr: *mut SQLSMALLINT)
                                -> SQLRETURN

Lists driver descriptions and driver attribute keywords. This function is implemented only by the Driver Manager.

Returns

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_NO_DATA