java.lang.Object
net.sf.jsqlparser.statement.select.Wait
All Implemented Interfaces:
Serializable

public class Wait extends Object implements Serializable
See Also:
  • Field Details

    • timeout

      private long timeout
  • Constructor Details

    • Wait

      public Wait()
  • Method Details

    • getTimeout

      public long getTimeout()
    • setTimeout

      public void setTimeout(long timeout)
    • toString

      public String toString()
      Returns a String containing the WAIT clause and its timeout, where TIMEOUT is specified by getTimeout(). The returned string will null be: " WAIT <TIMEOUT>"
      Overrides:
      toString in class Object
    • withTimeout

      public Wait withTimeout(long timeout)