Function odbc_sys::SQLCopyDesc
source · pub unsafe extern "system" fn SQLCopyDesc(
source_desc_handle: HDesc,
target_desc_handle: HDesc
) -> SqlReturn
Expand description
Copies descriptor information from one descriptor handle to another.
Returns
SUCCESS
, ERROR
, SQL_NO_DATA
, or INVALID_HANDLE
.