Class KSQLJoinWindow

  • All Implemented Interfaces:
    Serializable, net.sf.jsqlparser.parser.ASTNodeAccess

    public class KSQLJoinWindow
    extends net.sf.jsqlparser.parser.ASTNodeAccessImpl
    See Also:
    Serialized Form
    • Constructor Detail

      • KSQLJoinWindow

        public KSQLJoinWindow()
    • Method Detail

      • isBeforeAfterWindow

        public boolean isBeforeAfterWindow()
      • setBeforeAfterWindow

        public void setBeforeAfterWindow​(boolean beforeAfter)
      • getDuration

        public long getDuration()
      • setDuration

        public void setDuration​(long duration)
      • getBeforeDuration

        public long getBeforeDuration()
      • setBeforeDuration

        public void setBeforeDuration​(long beforeDuration)
      • getAfterDuration

        public long getAfterDuration()
      • setAfterDuration

        public void setAfterDuration​(long afterDuration)
      • toString

        public String toString()
        Overrides:
        toString in class net.sf.jsqlparser.parser.ASTNodeAccessImpl
      • withDuration

        public KSQLJoinWindow withDuration​(long duration)
      • withBeforeDuration

        public KSQLJoinWindow withBeforeDuration​(long beforeDuration)
      • withAfterDuration

        public KSQLJoinWindow withAfterDuration​(long afterDuration)