public class Values extends Select
Constructor and Description |
---|
Values() |
Values(ExpressionList<Expression> expressions) |
Modifier and Type | Method and Description |
---|---|
void |
accept(SelectVisitor selectVisitor) |
Values |
addExpressions(Collection<? extends Expression> expressions) |
Values |
addExpressions(Expression... expressions) |
StringBuilder |
appendSelectBodyTo(StringBuilder builder) |
ExpressionList<?> |
getExpressions() |
void |
setExpressions(ExpressionList<Expression> expressions) |
Values |
withExpressions(ExpressionList<Expression> expressions) |
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
public Values()
public Values(ExpressionList<Expression> expressions)
public ExpressionList<?> getExpressions()
public void setExpressions(ExpressionList<Expression> expressions)
public StringBuilder appendSelectBodyTo(StringBuilder builder)
appendSelectBodyTo
in class Select
public void accept(SelectVisitor selectVisitor)
public Values withExpressions(ExpressionList<Expression> expressions)
public Values addExpressions(Expression... expressions)
public Values addExpressions(Collection<? extends Expression> expressions)
Copyright © 2004–2024 JSQLParser. All rights reserved.