Class NextValExpression

java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.NextValExpression
All Implemented Interfaces:
Serializable, Expression, Model, ASTNodeAccess

public class NextValExpression extends ASTNodeAccessImpl implements Expression
See Also:
  • Field Details

    • NEXT_VALUE_PATTERN

      public static final Pattern NEXT_VALUE_PATTERN
    • nameList

      private final List<String> nameList
    • usingNextValueFor

      private boolean usingNextValueFor
  • Constructor Details

    • NextValExpression

      public NextValExpression(List<String> nameList, String image)
  • Method Details

    • isUsingNextValueFor

      public boolean isUsingNextValueFor()
    • setUsingNextValueFor

      public void setUsingNextValueFor(boolean usingNextValueFor)
    • withNextValueFor

      public NextValExpression withNextValueFor(boolean usingNextValueFor)
    • getNameList

      public List<String> getNameList()
    • getName

      public String getName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • accept

      public void accept(ExpressionVisitor expressionVisitor)
      Specified by:
      accept in interface Expression