Uses of Enum Class
org.basex.query.value.map.MergeDuplicates
Packages that use MergeDuplicates
-
Uses of MergeDuplicates in org.basex.query.func.map
Fields in org.basex.query.func.map with type parameters of type MergeDuplicatesModifier and TypeFieldDescriptionstatic final EnumOption<MergeDuplicates>MapMerge.MergeOptions.DUPLICATESHandle duplicates. -
Uses of MergeDuplicates in org.basex.query.value.map
Methods in org.basex.query.value.map that return MergeDuplicatesModifier and TypeMethodDescriptionstatic MergeDuplicatesReturns the enum constant of this class with the specified name.static MergeDuplicates[]MergeDuplicates.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.query.value.map with parameters of type MergeDuplicatesModifier and TypeMethodDescriptionXQMap.addAll(XQMap map, MergeDuplicates merge, QueryContext qc, InputInfo ii) Adds all bindings from the given map intothis.