JCMTableGetColumnTypeΒΆ
Purpose
returns type of table column
Function signature
int JCMTableGetColumnType(char* type, int handle, int col)
| Parameter | in/output | Description | 
|---|---|---|
| type | output | type of column | 
| handle | input | pinboard handle of table | 
| col | input | index of column |