[−][src]Function odbc::ffi::SQLCopyDesc
pub unsafe extern "system" fn SQLCopyDesc(
source_desc_handle: *mut Desc,
target_desc_handle: *mut Desc
) -> SQLRETURN
Copies descriptor information from one descriptor handle to another.
Returns
SQL_SUCCESS
, SQL_ERROR
, SQL_NO_DATA
, or SQL_INVALID_HANDLE
.