Uses of Class
overit.geocall.sql.code.criterion.Match
Packages that use Match
-
Uses of Match in overit.geocall.sql.code.criterion
Fields in overit.geocall.sql.code.criterion declared as MatchModifier and TypeFieldDescriptionprotected final MatchDecision._forMatchprotected final MatchDecision._onMatchMethods in overit.geocall.sql.code.criterion that return MatchModifier and TypeMethodDescriptionMatch.setFieldPattern(String pattern) Gets aMatchobject with the field pattern that must be respected for the decision to match.Gets aMatchobject with the value's type Class that must be respected for the decision to match.Match.setValuePattern(String pattern) Gets aMatchobject with the value pattern that must be respected for the decision to match.Match.setValuesIn(Collection<?> valuesIn) Gets aMatchobject with the value's set (for the IN sql CLAUSE) that must be respected for the decision to match.Match.setValuesOut(Collection<?> valuesOut) Gets aMatchobject with the value's set (for the NOT IN sql CLAUSE) that must be respected for the decision to match.Methods in overit.geocall.sql.code.criterion with parameters of type MatchModifier and TypeMethodDescriptionCreate aDecisionobject with theDecision._forMatchvalue passed by parameter and the currentDecision._onMatch,Decision._criterion,Decision.bugandDecision.enablingobjects.Create a Decision object with the onMatch value passed by parameter and the current forMatch and Criterion objects.Constructors in overit.geocall.sql.code.criterion with parameters of type MatchModifierConstructorDescriptionThe class's constructor method.Creates a newDecisionusing the provided parameters.protectedMatch(Match m, String fieldPattern, String valuePattern, Class<?> type, Collection<?> valuesIn, Collection<?> valuesOut)