Sha256: d6040a8ee0939cf6ec567b1e5cbc041c5c013d062d9ab00caad7f293818785de

Contents?: true

Size: 1.02 KB

Versions: 32

Compression:

Stored size: 1.02 KB

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cookie ::
  #   (FFI::Pointer(*Void))
  # :key ::
  #   (FFI::Pointer(*Void))
  # :nkey ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :rc ::
  #   (ErrorT)
  # :version ::
  #   (Integer)
  # :rflags ::
  #   (Integer)
  # :row ::
  #   (String) Current result row. If #rflags has the ::LCB_RESP_F_FINAL bit set, then
  #   this field does not contain the actual row, but the remainder of the
  #   data not included with the resultset; e.g. the JSON surrounding
  #   the "results" field with any errors or metadata for the response.
  # :nrow ::
  #   (Integer) Length of the row
  # :htresp ::
  #   (RESPHTTP) Raw HTTP response, if applicable
  class RESPN1QL < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :row, :pointer,
           :nrow, :ulong,
           :htresp, RESPHTTP.by_ref
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/respn1ql.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/respn1ql.rb