/** * call-seq: * getColumnType(col) * * Returns the type of the specified column. "col" may be specified as the * column name or number. */ static VALUE sqlrcur_getColumnType(VALUE self, VALUE col) {