Package net.sf.jsqlparser.expression
Class MySQLGroupConcat
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.MySQLGroupConcat
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private ExpressionList
private List
<OrderByElement> private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) addOrderByElements
(Collection<? extends OrderByElement> orderByElements) addOrderByElements
(OrderByElement... orderByElements) boolean
void
setDistinct
(boolean distinct) void
setExpressionList
(ExpressionList expressionList) void
setOrderByElements
(List<OrderByElement> orderByElements) void
setSeparator
(String separator) toString()
withDistinct
(boolean distinct) withExpressionList
(ExpressionList expressionList) withOrderByElements
(List<OrderByElement> orderByElements) withSeparator
(String separator) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
expressionList
-
distinct
private boolean distinct -
orderByElements
-
separator
-
-
Constructor Details
-
MySQLGroupConcat
public MySQLGroupConcat()
-
-
Method Details
-
getExpressionList
-
setExpressionList
-
isDistinct
public boolean isDistinct() -
setDistinct
public void setDistinct(boolean distinct) -
getOrderByElements
-
setOrderByElements
-
getSeparator
-
setSeparator
-
accept
- Specified by:
accept
in interfaceExpression
-
toString
-
withExpressionList
-
withDistinct
-
withOrderByElements
-
withSeparator
-
addOrderByElements
-
addOrderByElements
-