public class MySQLGroupConcat extends ASTNodeAccessImpl implements Expression
| 构造器和说明 |
|---|
MySQLGroupConcat() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
MySQLGroupConcat |
addOrderByElements(Collection<? extends OrderByElement> orderByElements) |
MySQLGroupConcat |
addOrderByElements(OrderByElement... orderByElements) |
ExpressionList |
getExpressionList() |
List<OrderByElement> |
getOrderByElements() |
String |
getSeparator() |
boolean |
isDistinct() |
void |
setDistinct(boolean distinct) |
void |
setExpressionList(ExpressionList expressionList) |
void |
setOrderByElements(List<OrderByElement> orderByElements) |
void |
setSeparator(String separator) |
String |
toString() |
MySQLGroupConcat |
withDistinct(boolean distinct) |
MySQLGroupConcat |
withExpressionList(ExpressionList expressionList) |
MySQLGroupConcat |
withOrderByElements(List<OrderByElement> orderByElements) |
MySQLGroupConcat |
withSeparator(String separator) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic ExpressionList getExpressionList()
public void setExpressionList(ExpressionList expressionList)
public boolean isDistinct()
public void setDistinct(boolean distinct)
public List<OrderByElement> getOrderByElements()
public void setOrderByElements(List<OrderByElement> orderByElements)
public String getSeparator()
public void setSeparator(String separator)
public void accept(ExpressionVisitor expressionVisitor)
accept 在接口中 Expressionpublic MySQLGroupConcat withExpressionList(ExpressionList expressionList)
public MySQLGroupConcat withDistinct(boolean distinct)
public MySQLGroupConcat withOrderByElements(List<OrderByElement> orderByElements)
public MySQLGroupConcat withSeparator(String separator)
public MySQLGroupConcat addOrderByElements(OrderByElement... orderByElements)
public MySQLGroupConcat addOrderByElements(Collection<? extends OrderByElement> orderByElements)
Copyright © 2026. All rights reserved.