/**
* call-seq:
* getColumnIsUnsigned(col)
*
* Returns 1 if the specified column is an unsigned number and 0 otherwise.
* "col" may be specified as the column name or number. */
static VALUE sqlrcur_getColumnIsUnsigned(VALUE self, VALUE col) {