Method: Assume compatible
Function name: none
Parameter list: none
Return type: none
What the method does: Moves all data from source to target without any datatype checking. This would be useful, for example, to move character columns that always contain digits to a target integer column. If the transferred bytes for a column do not form a valid value (according to the target datatype), a runtime error is incurred.