[][src]Function odbc_sys::SQLCopyDesc

pub unsafe extern "system" fn SQLCopyDesc(
    source_desc_handle: SQLHDESC,
    target_desc_handle: SQLHDESC
) -> SQLRETURN

Copies descriptor information from one descriptor handle to another.

Returns

SQL_SUCCESS, SQL_ERROR, SQL_NO_DATA, or SQL_INVALID_HANDLE.