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