public class BetweenExpression extends AbstractSqlExpression
not
pojo, top
Constructor and Description |
---|
BetweenExpression(String name,
Object min,
Object max) |
Modifier and Type | Method and Description |
---|---|
int |
joinAdaptor(Entity<?> en,
ValueAdaptor[] adaptors,
int off)
根据自身的元素内容,为适配器数组填充适配器
|
int |
joinParams(Entity<?> en,
Object obj,
Object[] params,
int off)
根据自身的元素内容,为参数数组填充参数
|
void |
joinSql(Entity<?> en,
StringBuilder sb)
将当前的语句组成元素输出,以便组成 PreparedStatement 语句
|
int |
paramCount(Entity<?> en) |
_field, _fmtcol, setNot
_en, _fmtcolnm, getFieldMatcher, getPojo, getSqlType, isTop, setPojo, setTop, setupPojo
public void joinSql(Entity<?> en, StringBuilder sb)
PItem
en
- 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体sb
- 文本缓冲public int joinAdaptor(Entity<?> en, ValueAdaptor[] adaptors, int off)
PItem
en
- 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体adaptors
- 待填充的适配器数组off
- 开始下标public int joinParams(Entity<?> en, Object obj, Object[] params, int off)
PItem
en
- 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体obj
- 当前操作对象params
- 待填充的参数数组off
- 开始下标public int paramCount(Entity<?> en)
en
- 参考的实体,如果为 null,则取当前元素所在 POJO 的关联实体Copyright © 2017. All rights reserved.