Function ResultSetHeaders.addSpecializations

Add specialization information to one or more field descriptions.

void addSpecializations (
  ColumnSpecialization[] csa
);

Currently the only specialization supported is the capability to deal with long data e.g. BLOB or TEXT data in chunks by stipulating a chunkSize and a delegate to sink the data.

Parameters

csa = An array of ColumnSpecialization structs