/** * call-seq: * getColumnIsBinary(col) * * Returns 1 if the specified column contains binary data and 0 otherwise. * "col" may be specified as the column name or number. */ static VALUE sqlrcur_getColumnIsBinary(VALUE self, VALUE col) {