接口 DeleteSql.DeleteConditionBuilder<C extends DeleteSql.DeleteConditionBuilder<C,P>,P extends DeleteSql<P,C>>

类型参数:
C - 具体实现
P - 上级对象类型
所有超级接口:
Completable<P>, Condition<C>, Expression<C>, JoinBetween<C>, JoinEq<C>, JoinGe<C>, JoinGt<C>, JoinIn<C>, JoinIsNotNull<C>, JoinIsNull<C>, JoinLe<C>, JoinLike<C>, JoinLikeLeft<C>, JoinLikeRight<C>, JoinLt<C>, JoinNe<C>, JoinNotBetween<C>, JoinNotIn<C>, JoinNotLike<C>, JoinNotLikeLeft<C>, JoinNotLikeRight<C>, ResolveFieldName, SortableCondition<C>, SqlFragment
所有已知实现类:
AbstractDeleteSql.DeleteConditionBuilderImpl
封闭接口:
DeleteSql<C extends DeleteSql<C,B>,B extends DeleteSql.DeleteConditionBuilder<B,C>>

public static interface DeleteSql.DeleteConditionBuilder<C extends DeleteSql.DeleteConditionBuilder<C,P>,P extends DeleteSql<P,C>> extends SortableCondition<C>, Completable<P>
删除条件构建器