number ODBCDescribeCol(number column_index, var string name, var number type, var number size, var number scale, var boolean nullable, number statament_handle)
Parameters
colum_index
[in] the index of the column which description is needed
name
[out] the column name
type
[out] the column type
size
[out] the column size
scale
[out] the scale of the column
nullable
[out] true if the a record on the column can have null values (SQL_NULL, not Concept null)