Function odbc_sys::SQLCopyDesc[][src]

pub unsafe extern "system" fn SQLCopyDesc(
    source_desc_handle: HDesc,
    target_desc_handle: HDesc
) -> SqlReturn

Copies descriptor information from one descriptor handle to another.

Returns

SUCCESS, ERROR, SQL_NO_DATA, or INVALID_HANDLE.