[−][src]Function odbc::ffi::SQLGetInfoW
pub unsafe extern "system" fn SQLGetInfoW(
connection_handle: *mut Dbc,
info_type: InfoType,
info_value_ptr: *mut c_void,
buffer_length: i16,
string_length_ptr: *mut i16
) -> 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