Uses of Enum
net.sf.jsqlparser.statement.select.KSQLWindow.TimeUnit
Packages that use KSQLWindow.TimeUnit
-
Uses of KSQLWindow.TimeUnit in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as KSQLWindow.TimeUnitModifier and TypeFieldDescriptionprivate KSQLWindow.TimeUnit
KSQLWindow.advanceTimeUnit
private KSQLWindow.TimeUnit
KSQLJoinWindow.afterTimeUnit
private KSQLWindow.TimeUnit
KSQLJoinWindow.beforeTimeUnit
private KSQLWindow.TimeUnit
KSQLWindow.sizeTimeUnit
private KSQLWindow.TimeUnit
KSQLJoinWindow.timeUnit
Methods in net.sf.jsqlparser.statement.select that return KSQLWindow.TimeUnitModifier and TypeMethodDescriptionstatic final KSQLWindow.TimeUnit
static KSQLWindow.TimeUnit
KSQLWindow.getAdvanceTimeUnit()
KSQLJoinWindow.getAfterTimeUnit()
KSQLJoinWindow.getBeforeTimeUnit()
KSQLWindow.getSizeTimeUnit()
KSQLJoinWindow.getTimeUnit()
static KSQLWindow.TimeUnit
Returns the enum constant of this type with the specified name.static KSQLWindow.TimeUnit[]
KSQLWindow.TimeUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.select with parameters of type KSQLWindow.TimeUnitModifier and TypeMethodDescriptionvoid
KSQLWindow.setAdvanceTimeUnit
(KSQLWindow.TimeUnit advanceTimeUnit) void
KSQLJoinWindow.setAfterTimeUnit
(KSQLWindow.TimeUnit afterTimeUnit) void
KSQLJoinWindow.setBeforeTimeUnit
(KSQLWindow.TimeUnit beforeTimeUnit) void
KSQLWindow.setSizeTimeUnit
(KSQLWindow.TimeUnit sizeTimeUnit) void
KSQLJoinWindow.setTimeUnit
(KSQLWindow.TimeUnit timeUnit) KSQLWindow.withAdvanceTimeUnit
(KSQLWindow.TimeUnit advanceTimeUnit) KSQLJoinWindow.withAfterTimeUnit
(KSQLWindow.TimeUnit afterTimeUnit) KSQLJoinWindow.withBeforeTimeUnit
(KSQLWindow.TimeUnit beforeTimeUnit) KSQLWindow.withSizeTimeUnit
(KSQLWindow.TimeUnit sizeTimeUnit) KSQLJoinWindow.withTimeUnit
(KSQLWindow.TimeUnit timeUnit)