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