Sha256: 5364e0280d8fcc214b8a59afaa98c0ce7f9b90d0768f285698ebcfae90763cf1

Contents?: true

Size: 246 Bytes

Versions: 10

Compression:

Stored size: 246 Bytes

Contents

module MarkLogic
  module Queries
    class PropertiesFragmentQuery< BaseQuery
      def initialize(query)
        @query = query
      end

      def to_xqy
        %Q{cts:properties-fragment-query(#{@query.to_xqy})}
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
marklogic-0.0.11 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.10 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.9 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.8 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.7 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.6 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.5 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.4 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.3 lib/marklogic/queries/properties_fragment_query.rb
marklogic-0.0.1 lib/marklogic/queries/properties_fragment_query.rb