Package org.greenrobot.greendao.query
Interface WhereCondition
-
- All Known Implementing Classes:
WhereCondition.AbstractCondition,WhereCondition.PropertyCondition,WhereCondition.StringCondition
public interface WhereConditionInternal interface to model WHERE conditions used in queries. Use thePropertyobjects in the DAO classes to create new conditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWhereCondition.AbstractConditionstatic classWhereCondition.PropertyConditionstatic classWhereCondition.StringCondition
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendTo(java.lang.StringBuilder builder, java.lang.String tableAlias)voidappendValuesTo(java.util.List<java.lang.Object> values)
-