public class NextValExpression extends net.sf.jsqlparser.parser.ASTNodeAccessImpl implements Expression
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
NEXT_VALUE_PATTERN |
| Constructor and Description |
|---|
NextValExpression(List<String> nameList,
String image) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getName() |
List<String> |
getNameList() |
boolean |
isUsingNextValueFor() |
void |
setUsingNextValueFor(boolean usingNextValueFor) |
String |
toString() |
NextValExpression |
withNextValueFor(boolean usingNextValueFor) |
appendTo, getASTNode, setASTNodepublic static final Pattern NEXT_VALUE_PATTERN
public boolean isUsingNextValueFor()
public void setUsingNextValueFor(boolean usingNextValueFor)
public NextValExpression withNextValueFor(boolean usingNextValueFor)
public String getName()
public void accept(ExpressionVisitor expressionVisitor)
accept in interface ExpressionCopyright © 2004–2023 JSQLParser. All rights reserved.