Function ResultSetHeaders.addSpecializations

Add specialization information to one or more field descriptions.

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.

Prototype

void addSpecializations(
  ColumnSpecialization[] csa
);

Parameters

csa = An array of ColumnSpecialization structs

Authors

Copyright

License