public class MySQLGroupConcat extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
MySQLGroupConcat() |
| Modifier and Type | Method and Description |
|---|---|
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) |
appendTo, getASTNode, 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 in interface 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 © 2004–2023 JSQLParser. All rights reserved.