/**
* call-seq:
* getColumnIsAutoIncrement(col)
*
* Returns 1 if the specified column auto-increments and 0 otherwise.
* "col" may be specified as the column name or number. */
static VALUE sqlrcur_getColumnIsAutoIncrement(VALUE self, VALUE col) {