Class StartWithCondition
java.lang.Object
org.qubership.atp.tdm.model.table.conditions.search.impl.AbstractCondition
org.qubership.atp.tdm.model.table.conditions.search.impl.StartWithCondition
- All Implemented Interfaces:
SearchCondition
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.qubership.atp.tdm.model.table.conditions.search.impl.AbstractCondition
create
-
Constructor Details
-
StartWithCondition
public StartWithCondition(boolean isCaseSensitive)
-
-
Method Details
-
create
public com.healthmarketscience.sqlbuilder.BinaryCondition create(com.healthmarketscience.sqlbuilder.CustomSql customSql, String value) - Specified by:
createin interfaceSearchCondition
-