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