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
.