Задать тип определенным колонкам.

Вызов:

ts_table(iTableDescr,"set_columnstypes",string col1name, string stype1, string col2name, string stype2,...);

или

ts_table(iTableDescr,"set_columnstypes",int col1, string stype1, int col2, string stype2,...);


Здесь:

col1name, col2name - колонки по именам, можно непоследовательно,

stype1, stype2 - названия типов ("string", "int", "double", "bool");

col1, col2 - номера колонок.