global class UpsertContext { global List> rows; global String tableSelected; global UpsertContext() { } global Object clone() { } }