125126127128129130131132133134135
RowOutputBinary bout = (RowOutputBinary) out; if (updateColMap == null) { bout.writeNull(Type.SQL_ARRAY_ALL_TYPES); } else { bout.writeArray(updateColMap); } } out.writeEnd();