Class Condition
java.lang.Object
de.businesscode.bcdui.binding.rel.Condition
The class represents a SQL condition, i.e. ON clause of an JOIN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConditionStatement
(String mainTableAlias, boolean isForJoinToCaseWhen) Method getConditionStatementgetConstraintvoid
setConstraint
(AbstractConstrain p_constraint) setConstrainttoString()
-
Constructor Details
-
Condition
public Condition()Condition
-
-
Method Details
-
getConstraint
getConstraint- Returns:
-
setConstraint
setConstraint- Parameters:
p_constraint
-
-
getConditionStatement
public String getConditionStatement(String mainTableAlias, boolean isForJoinToCaseWhen) throws BindingException Method getConditionStatement- Returns:
- Throws:
BindingNotFoundException
BindingException
-
toString
-