Uses of Class
net.sf.jsqlparser.statement.select.KSQLJoinWindow
Packages that use KSQLJoinWindow
-
Uses of KSQLJoinWindow in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return KSQLJoinWindow -
Uses of KSQLJoinWindow in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as KSQLJoinWindowMethods in net.sf.jsqlparser.statement.select that return KSQLJoinWindowModifier and TypeMethodDescriptionJoin.getJoinWindow()
Return the "WITHIN" join window (if any)KSQLJoinWindow.withAfterDuration
(long afterDuration) KSQLJoinWindow.withAfterTimeUnit
(KSQLWindow.TimeUnit afterTimeUnit) KSQLJoinWindow.withBeforeDuration
(long beforeDuration) KSQLJoinWindow.withBeforeTimeUnit
(KSQLWindow.TimeUnit beforeTimeUnit) KSQLJoinWindow.withDuration
(long duration) KSQLJoinWindow.withTimeUnit
(KSQLWindow.TimeUnit timeUnit) Methods in net.sf.jsqlparser.statement.select with parameters of type KSQLJoinWindowModifier and TypeMethodDescriptionvoid
Join.setJoinWindow
(KSQLJoinWindow joinWindow) Join.withJoinWindow
(KSQLJoinWindow joinWindow)