Package de.jaggl.sqlbuilder.conditions
Class GenericCondition
- java.lang.Object
-
- de.jaggl.sqlbuilder.conditions.Condition
-
- de.jaggl.sqlbuilder.conditions.GenericCondition
-
public class GenericCondition extends Condition
- Since:
- 2.0.0
- Author:
- Martin Schumacher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenericCondition.GenericConditionType
-
Constructor Summary
Constructors Constructor Description GenericCondition(GenericCondition.GenericConditionType type, Object... values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringdoBuild(BuildingContext context, Indentation indentation)
-
-
-
Constructor Detail
-
GenericCondition
public GenericCondition(GenericCondition.GenericConditionType type, Object... values)
-
-
Method Detail
-
doBuild
protected String doBuild(BuildingContext context, Indentation indentation)
-
-