Package net.sf.jsqlparser.expression
Class NextValExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.NextValExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) getName()
boolean
void
setUsingNextValueFor
(boolean usingNextValueFor) toString()
withNextValueFor
(boolean usingNextValueFor) 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
-
NEXT_VALUE_PATTERN
-
nameList
-
usingNextValueFor
private boolean usingNextValueFor
-
-
Constructor Details
-
NextValExpression
-
-
Method Details
-
isUsingNextValueFor
public boolean isUsingNextValueFor() -
setUsingNextValueFor
public void setUsingNextValueFor(boolean usingNextValueFor) -
withNextValueFor
-
getNameList
-
getName
-
toString
-
accept
- Specified by:
accept
in interfaceExpression
-