Uses of Enum Class
org.basex.query.up.primitives.UpdateType
Packages that use UpdateType
-
Uses of UpdateType in org.basex.query.up.primitives
Fields in org.basex.query.up.primitives declared as UpdateTypeMethods in org.basex.query.up.primitives that return UpdateTypeModifier and TypeMethodDescriptionstatic UpdateTypeReturns the enum constant of this class with the specified name.static UpdateType[]UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.basex.query.up.primitives with parameters of type UpdateTypeModifierConstructorDescriptionprotectedDataUpdate(UpdateType type, Data data, InputInfo info) Constructor.protectedUpdate(UpdateType type, InputInfo info) Constructor.protectedUserPermUpdate(UpdateType type, User user, ArrayList<Perm> perms, StringList patterns, QueryContext qc, InputInfo info) Constructor.protectedUserUpdate(UpdateType type, User user, QueryContext qc, InputInfo info) Constructor.