All Implemented Interfaces:
QueryObject

public final class NextVal extends Function
Class for NEXTVAL sql function.
Version:
$Revision$ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Ahmad Hassan, Ralf Joachim
  • Constructor Details

    • NextVal

      public NextVal(String seqName)
      Constructor.
      Parameters:
      seqName - Name of the sequence.
  • Method Details

    • getSeqName

      public String getSeqName()
      Method to get seqName currently set.
      Returns:
      SeqName currently set.
    • accept

      public void accept(Visitor visitor)
      Accept method to handle incoming visitors.
      Parameters:
      visitor - Visitor to be handled.
    • toString

      public String toString()
      Method constructing query string.
      Overrides:
      toString in class Object
      Returns:
      Constructed query string.