类 AbstractDeleteSql.DeleteConditionBuilderImpl
java.lang.Object
org.elsfs.tool.sql.abs.CompositeSqlFragment
org.elsfs.tool.sql.abs.AbstractCondition<C>
org.elsfs.tool.sql.abs.AbstractSortableCondition<C>
org.elsfs.tool.sql.abs.AbstractSortableConditionBuilder<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>
org.elsfs.tool.sql.abs.AbstractDeleteSql.DeleteConditionBuilderImpl
- 所有已实现的接口:
Completable<C>,Condition<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,DeleteSql.DeleteConditionBuilder<AbstractDeleteSql<C>.DeleteConditionBuilderImpl,,C> Expression<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinBetween<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinEq<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinGe<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinGt<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinIn<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinIsNotNull<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinIsNull<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinLe<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinLike<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinLikeLeft<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinLikeRight<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinLt<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNe<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNotBetween<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNotIn<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNotLike<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNotLikeRight<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,JoinNotLikeLeft<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,SortableCondition<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>,SqlFragment,SqlParameterManagerAware,TableAliasManagerAware,ResolveFieldName
- 封闭类:
- AbstractDeleteSql<C extends AbstractDeleteSql<C>>
public class AbstractDeleteSql.DeleteConditionBuilderImpl
extends AbstractSortableConditionBuilder<AbstractDeleteSql<C>.DeleteConditionBuilderImpl>
implements DeleteSql.DeleteConditionBuilder<AbstractDeleteSql<C>.DeleteConditionBuilderImpl,C>
删除条件构建器
-
嵌套类概要
从类继承的嵌套类/接口 org.elsfs.tool.sql.abs.AbstractCondition
AbstractCondition.NestConditionImpl, AbstractCondition.OrConditionImpl -
字段概要
从类继承的字段 org.elsfs.tool.sql.abs.AbstractCondition
childThis -
构造器概要
构造器 -
方法概要
从类继承的方法 org.elsfs.tool.sql.abs.AbstractSortableConditionBuilder
addConditionItem, addOrderItem, beforeBuild, setLimitItem从类继承的方法 org.elsfs.tool.sql.abs.AbstractSortableCondition
limit, orderBy, orderBy, orderBy, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByEnum, orderByEnumAsc, orderByEnumDesc从类继承的方法 org.elsfs.tool.sql.abs.AbstractCondition
between, betweenBeginValue, betweenEndValue, betweenValue, eq, eq, eqValue, expression, ge, ge, geValue, gt, gt, gtValue, in, in, in, in, inValue, inValue, isNotNull, isNotNull, isNull, isNull, le, le, leValue, like, like, like, likeLeft, likeLeft, likeLeft, likeRight, likeRight, likeRight, lt, lt, ltValue, ne, ne, nest, neValue, notBetween, notBetweenBeginValue, notBetweenEndValue, notBetweenValue, notIn, notIn, notIn, notIn, notInValue, notInValue, notLike, notLike, notLike, notLikeLeft, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, notLikeRight, or, resolveFieldName从类继承的方法 org.elsfs.tool.sql.abs.CompositeSqlFragment
addSqlFragment, buildSqlFragment从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.elsfs.tool.sql.interfaces.Expression
expression, expression从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinBetween
between, between, between, between, between, between, between, between, between, between, between, between, between, between, betweenBeginValue, betweenBeginValue, betweenBeginValue, betweenBeginValue, betweenEndValue, betweenEndValue, betweenEndValue, betweenEndValue, betweenValue, betweenValue, betweenValue, betweenValue, betweenValue, betweenValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinEq
eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eqValue, eqValue, eqValue, eqValue, eqValue, eqValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinGe
ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, geValue, geValue, geValue, geValue, geValue, geValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinGt
gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gtValue, gtValue, gtValue, gtValue, gtValue, gtValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinIn
in, in, in, in, in, in, in, in, in, in, in, in, in, in, in, in, in, in, inValue, inValue, inValue, inValue, inValue, inValue, inValue, inValue, inValue, inValue, inValue, inValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinIsNotNull
isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull, isNotNull从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinIsNull
isNull, isNull, isNull, isNull, isNull, isNull, isNull, isNull从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinLe
le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, leValue, leValue, leValue, leValue, leValue, leValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinLikeLeft
likeLeft, likeLeft, likeLeft, likeLeft, likeLeft, likeLeft从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinLikeRight
likeRight, likeRight, likeRight, likeRight, likeRight, likeRight从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinLt
lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ltValue, ltValue, ltValue, ltValue, ltValue, ltValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinNe
ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, ne, neValue, neValue, neValue, neValue, neValue, neValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinNotBetween
notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetweenBeginValue, notBetweenBeginValue, notBetweenBeginValue, notBetweenBeginValue, notBetweenEndValue, notBetweenEndValue, notBetweenEndValue, notBetweenEndValue, notBetweenValue, notBetweenValue, notBetweenValue, notBetweenValue, notBetweenValue, notBetweenValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinNotIn
notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue, notInValue从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinNotLike
notLike, notLike, notLike, notLike, notLike, notLike从接口继承的方法 org.elsfs.tool.sql.interfaces.single.JoinNotLikeLeft
notLikeLeft, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, notLikeRight从接口继承的方法 org.elsfs.tool.sql.interfaces.join.JoinNotLikeRight
notLikeRight, notLikeRight, notLikeRight, notLikeRight, notLikeRight, notLikeRight从接口继承的方法 org.elsfs.tool.sql.resolve.ResolveFieldName
resolveFieldName, resolveFieldName从接口继承的方法 org.elsfs.tool.sql.interfaces.SortableCondition
limit, limit, orderBy, orderBy, orderBy, orderBy, orderBy, orderBy, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByAsc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByDesc, orderByEnum, orderByEnum, orderByEnumAsc, orderByEnumAsc, orderByEnumDesc, orderByEnumDesc从接口继承的方法 org.elsfs.tool.sql.interfaces.SqlFragment
buildSqlFragment
-
构造器详细资料
-
DeleteConditionBuilderImpl
public DeleteConditionBuilderImpl()
-
-
方法详细资料
-
end
返回上一级对象- 指定者:
end在接口中Completable<C extends AbstractDeleteSql<C>>- 返回:
- 上级对象
-
getSqlParameterManager
获取SQL参数管理器- 指定者:
getSqlParameterManager在接口中SqlParameterManagerAware- 覆盖:
getSqlParameterManager在类中AbstractCondition<AbstractDeleteSql<C extends AbstractDeleteSql<C>>.DeleteConditionBuilderImpl>- 返回:
- SQL参数管理器
-
getTableAliasManager
获取表别名管理器- 指定者:
getTableAliasManager在接口中TableAliasManagerAware- 覆盖:
getTableAliasManager在类中AbstractCondition<AbstractDeleteSql<C extends AbstractDeleteSql<C>>.DeleteConditionBuilderImpl>- 返回:
- 表名别管理器
-