pub unsafe extern "system" fn SQLGetInfo(
connection_handle: HDbc,
info_type: InfoType,
info_value_ptr: Pointer,
buffer_length: SmallInt,
string_length_ptr: *mut SmallInt,
) -> SqlReturn
Expand description
Returns general information about the driver and data source associated with a connection
ยงReturns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, or INVALID_HANDLE