Class: TMMScript
function IsPKComplete(const ASrcTable: string; APKParams: TJSONArray): Boolean;
Returns True when APKParams covers all PK
columns for ASrcTable.
Uses the PHP table_pk_counts response (PHP v121+) to
determine the total number of PK columns per table. Returns
True conservatively when the table is absent from the map
(older server).