/** * call-seq: * prepareQuery(query,length) * * Prepare to execute "query" with length "length". This function must be * used if the query contains binary data. */ static VALUE sqlrcur_prepareQueryWithLength(VALUE self, VALUE query, VALUE length) {