Method: Libcouchbase::Ext.n1p_setquery

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.n1p_setquery(params, qstr, nqstr, type) ⇒ ErrorT

(Not documented)

Parameters:

  • params (N1QLPARAMS)
  • qstr (String)
  • nqstr (Integer)
  • type (Integer)

Returns:



993
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 993

attach_function :n1p_setquery, :lcb_n1p_setquery, [N1QLPARAMS.by_ref, :string, :ulong, :int], ErrorT