| 构造器和说明 |
|---|
ForeachSqlNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
apply(DynamicContext context) |
String |
getClose() |
String |
getCollection() |
SqlNode |
getContent() |
String |
getIndex() |
String |
getItem() |
String |
getOpen() |
List<String> |
getParams() |
String |
getSeparator() |
void |
setClose(String close) |
void |
setCollection(String collection) |
void |
setContent(SqlNode content) |
void |
setIndex(String index) |
void |
setItem(String item) |
void |
setOpen(String open) |
void |
setParams(List<String> params) |
void |
setSeparator(String separator) |
public boolean apply(DynamicContext context)
public String getItem()
public void setItem(String item)
public String getIndex()
public void setIndex(String index)
public String getCollection()
public void setCollection(String collection)
public String getOpen()
public void setOpen(String open)
public String getSeparator()
public void setSeparator(String separator)
public String getClose()
public void setClose(String close)
public SqlNode getContent()
public void setContent(SqlNode content)
Copyright © 2019. All rights reserved.