Class Values
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.statement.select.Select
net.sf.jsqlparser.statement.select.Values
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
,Statement
- See Also:
-
Field Summary
FieldsFields inherited from class net.sf.jsqlparser.statement.select.Select
fetch, forClause, isolation, limit, limitBy, offset, oracleSiblings, orderByElements, withItemsList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(SelectVisitor selectVisitor) addExpressions
(Collection<? extends Expression> expressions) addExpressions
(Expression... expressions) appendSelectBodyTo
(StringBuilder builder) void
setExpressions
(ExpressionList<Expression> expressions) withExpressions
(ExpressionList<Expression> expressions) Methods inherited from class net.sf.jsqlparser.statement.select.Select
accept, accept, addOrderByElements, addOrderByElements, addWithItemsList, addWithItemsList, appendStringListTo, appendTo, as, getFetch, getForClause, getFormattedList, getFormattedList, getIsolation, getLimit, getLimitBy, getOffset, getOrderByElements, getPlainSelect, getSelectBody, getSetOperationList, getStringList, getStringList, getValues, getWithItemsList, isOracleSiblings, orderByToString, orderByToString, setFetch, setForClause, setIsolation, setLimit, setLimitBy, setOffset, setOracleSiblings, setOrderByElements, setWithItemsList, toString, withFetch, withIsolation, withLimit, withLimitBy, withOffset, withOracleSiblings, withOrderByElements, withWithItemsList
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
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
-
expressions
-
-
Constructor Details
-
Values
public Values() -
Values
-
-
Method Details
-
getExpressions
-
setExpressions
-
appendSelectBodyTo
- Specified by:
appendSelectBodyTo
in classSelect
-
accept
-
withExpressions
-
addExpressions
-
addExpressions
-