public class MySQLGroupConcat extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
MySQLGroupConcat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
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() |
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 in interface ExpressionCopyright © 2004–2019 JSQLParser. All rights reserved.