Sha256: 37c96283f35690a28d3badcd4038a53bd0c2512dea99e104fc8f17b1bdcae255

Contents?: true

Size: 940 Bytes

Versions: 32

Compression:

Stored size: 940 Bytes

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) A query hit, or response metadta
  #   (if #rflags contains @ref LCB_RESP_F_FINAL). The format of the row will
  #   be JSON, and should be decoded by a JSON decoded in your application.
  # :nrow ::
  #   (Integer) Length of #row
  # :htresp ::
  #   (RESPHTTP) Original HTTP response obejct
  class RESPFTS < 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/respfts.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/respfts.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/respfts.rb