Uses of Class
overit.geocall.sql.code.Condition
Packages that use Condition
Package
Description
-
Uses of Condition in overit.geocall.sql.code
Subclasses of Condition in overit.geocall.sql.codeModifier and TypeClassDescriptionclassThe class extendsConditionand aims to implement the AND condition between two clauses.classThe class extendsConditionand aims to implement the OR condition between two clauses.Fields in overit.geocall.sql.code declared as ConditionModifier and TypeFieldDescriptionprotected ConditionSelect._havingsprotected ConditionUpdate._setsprotected ConditionDelete._wheresprotected ConditionSelect._wheresprotected ConditionUpdate._wheresMethods in overit.geocall.sql.code that return ConditionModifier and TypeMethodDescriptionAdds a Clause to a Fragment for a specific field given by input.Adds a Clause to a Fragment with a criterion that must be respected by a field given by input.Condition.addClauses(String... fieldRe) Adds a Clause to a Fragment for a specific field's array given by input.Condition.addClauses(Criterion criterion, String... fieldRe) Adds a Clause to a Fragment with a criterion that must be respected by a field's array given by input.Condition.addCondition(Condition c) Add a condition enclosed in round brackets.Select.having()Gets the current HAVING statement.Update.set()Gets the current SET statement.Delete.where()Gets the current WHERE statement.Select.where()Gets the current WHERE statement.Update.where()Gets the current WHERE statement.Methods in overit.geocall.sql.code with parameters of type ConditionModifier and TypeMethodDescriptionCondition.addCondition(Condition c) Add a condition enclosed in round brackets. -
Uses of Condition in overit.geocallapp.wfm.core.bl.technicalobject.header.data
Methods in overit.geocallapp.wfm.core.bl.technicalobject.header.data with parameters of type ConditionModifier and TypeMethodDescriptionprotected voidDAOTechnicalObjectFullSearch.setFixedClauses(Condition where, CommandContext cc) -
Uses of Condition in overit.geocallapp.wfm.notifications.notification.da
Methods in overit.geocallapp.wfm.notifications.notification.da that return ConditionModifier and TypeMethodDescriptionprotected ConditionDAONotifications.getUnmanagedNotificationsCondition()