[−][src]Function odbc_sys::SQLGetInfoW
pub unsafe extern "system" fn SQLGetInfoW(
connection_handle: SQLHDBC,
info_type: InfoType,
info_value_ptr: SQLPOINTER,
buffer_length: SQLSMALLINT,
string_length_ptr: *mut SQLSMALLINT
) -> SQLRETURN
Returns general information about the driver and data source associated with a connection
Returns
SQL_SUCCESS
, SQL_SUCCESS_WITH_INFO
, SQL_ERROR
, or SQL_INVALID_HANDLE