Method: Libcouchbase::Ext.n1ql_query

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

.n1ql_query(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

  • instance (T)
  • cookie (FFI::Pointer(*Void))
  • cmd (CMDN1QL)

Returns:



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

attach_function :n1ql_query, :lcb_n1ql_query, [T.by_ref, :pointer, CMDN1QL.by_ref], ErrorT, :blocking => true