/**
* call-seq:
* sendQueryWithLength(query,length)
*
* Sends "query" with length "length" directly and gets a result set. This
* function must be used if the query contains binary data. */
static VALUE sqlrcur_sendQueryWithLength(VALUE self,
VALUE query, VALUE length) {