Package overit.geocall.sql.code
Class AndCondition
java.lang.Object
overit.geocall.sql.code.fragment.Fragment
overit.geocall.sql.code.fragment.FragmentSequence
overit.geocall.sql.code.Condition
overit.geocall.sql.code.AndCondition
The class extends
Condition and aims to implement the AND condition between two clauses.-
Field Summary
Fields inherited from class overit.geocall.sql.code.fragment.FragmentSequence
_fragments, _prefix, _separator, _suffixFields inherited from class overit.geocall.sql.code.fragment.Fragment
_criterion -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.sql.code.Condition
addClause, addClause, addClauses, addClauses, addConditionMethods inherited from class overit.geocall.sql.code.fragment.FragmentSequence
add, add, appendTo, clear, get, sizeMethods inherited from class overit.geocall.sql.code.fragment.Fragment
getCriterion, overlapCriterion, replaceCriterion, toString
-
Constructor Details
-
AndCondition
public AndCondition()Creates a new AndCondition
-