- java.lang.Object
-
- net.sf.jsqlparser.parser.ASTNodeAccessImpl
-
- net.sf.jsqlparser.statement.select.KSQLJoinWindow
-
- All Implemented Interfaces:
Serializable,net.sf.jsqlparser.parser.ASTNodeAccess
public class KSQLJoinWindow extends net.sf.jsqlparser.parser.ASTNodeAccessImpl- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KSQLJoinWindow()
-
Method Summary
-
-
-
Method Detail
-
from
public static final KSQLWindow.TimeUnit from(String timeUnitStr)
-
isBeforeAfterWindow
public boolean isBeforeAfterWindow()
-
setBeforeAfterWindow
public void setBeforeAfterWindow(boolean beforeAfter)
-
getDuration
public long getDuration()
-
setDuration
public void setDuration(long duration)
-
getTimeUnit
public KSQLWindow.TimeUnit getTimeUnit()
-
setTimeUnit
public void setTimeUnit(KSQLWindow.TimeUnit timeUnit)
-
getBeforeDuration
public long getBeforeDuration()
-
setBeforeDuration
public void setBeforeDuration(long beforeDuration)
-
getBeforeTimeUnit
public KSQLWindow.TimeUnit getBeforeTimeUnit()
-
setBeforeTimeUnit
public void setBeforeTimeUnit(KSQLWindow.TimeUnit beforeTimeUnit)
-
getAfterDuration
public long getAfterDuration()
-
setAfterDuration
public void setAfterDuration(long afterDuration)
-
getAfterTimeUnit
public KSQLWindow.TimeUnit getAfterTimeUnit()
-
setAfterTimeUnit
public void setAfterTimeUnit(KSQLWindow.TimeUnit afterTimeUnit)
-
withDuration
public KSQLJoinWindow withDuration(long duration)
-
withTimeUnit
public KSQLJoinWindow withTimeUnit(KSQLWindow.TimeUnit timeUnit)
-
withBeforeDuration
public KSQLJoinWindow withBeforeDuration(long beforeDuration)
-
withBeforeTimeUnit
public KSQLJoinWindow withBeforeTimeUnit(KSQLWindow.TimeUnit beforeTimeUnit)
-
withAfterDuration
public KSQLJoinWindow withAfterDuration(long afterDuration)
-
withAfterTimeUnit
public KSQLJoinWindow withAfterTimeUnit(KSQLWindow.TimeUnit afterTimeUnit)
-
-