类 NotLikeConditionItem
java.lang.Object
org.elsfs.tool.sql.condition.LikeConditionItem
org.elsfs.tool.sql.condition.NotLikeConditionItem
- 所有已实现的接口:
ConditionItem,SqlFragment
非模糊匹配条件项
- 作者:
- zeng
-
字段概要
从类继承的字段 org.elsfs.tool.sql.condition.LikeConditionItem
leftField, likeType, likeValue, sqlParameterManager -
构造器概要
构造器构造器说明NotLikeConditionItem(SqlParameterManager sqlParameterManager, LikeType likeType, String leftField, String likeValue) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.elsfs.tool.sql.condition.ConditionItem
stripHeaderKeyword
-
构造器详细资料
-
NotLikeConditionItem
public NotLikeConditionItem(SqlParameterManager sqlParameterManager, LikeType likeType, String leftField, String likeValue)
-
-
方法详细资料
-
buildSqlFragment
构建SQL片段- 指定者:
buildSqlFragment在接口中SqlFragment- 覆盖:
buildSqlFragment在类中LikeConditionItem- 返回:
- SQL片段
-