/**
* call-seq:
* getColumnIsPartOfKey(col)
*
* Returns 1 if the specified column is part of a composite key and 0
* otherwise. "col" may be specified as the column name or number. */
static VALUE sqlrcur_getColumnIsPartOfKey(VALUE self, VALUE col) {