public class MultiExpressionList extends Object implements ItemsList
Constructor and Description |
---|
MultiExpressionList() |
Modifier and Type | Method and Description |
---|---|
void |
addExpressionList(Expression expr) |
void |
addExpressionList(ExpressionList el) |
void |
addExpressionList(List<Expression> list) |
void |
builderItemList(StatementSqlBuilder builder)
实现接口的sql片段通过builder.appendSql(String
segment)进行拼接,也可以builder.getStringBuilder方法获取StringBuilder,然后进行append
实现的参数信息通过builder.addParamValue(Object...
|
List<ExpressionList> |
getExprList() |
String |
toString() |
public List<ExpressionList> getExprList()
public void addExpressionList(ExpressionList el)
public void addExpressionList(List<Expression> list)
public void addExpressionList(Expression expr)
public void builderItemList(StatementSqlBuilder builder)
ItemListBuildProcessor
builderItemList
in interface ItemListBuildProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.