Uses of Class
net.sf.jsqlparser.statement.select.KSQLWindow.TimeUnit
-
Packages that use KSQLWindow.TimeUnit Package Description net.sf.jsqlparser.statement.select -
-
Uses of KSQLWindow.TimeUnit in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as KSQLWindow.TimeUnit Modifier and Type Field Description private 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.TimeUnit Modifier and Type Method Description static KSQLWindow.TimeUnit
KSQLJoinWindow. from(java.lang.String timeUnitStr)
static KSQLWindow.TimeUnit
KSQLWindow.TimeUnit. from(java.lang.String unit)
KSQLWindow.TimeUnit
KSQLWindow. getAdvanceTimeUnit()
KSQLWindow.TimeUnit
KSQLJoinWindow. getAfterTimeUnit()
KSQLWindow.TimeUnit
KSQLJoinWindow. getBeforeTimeUnit()
KSQLWindow.TimeUnit
KSQLWindow. getSizeTimeUnit()
KSQLWindow.TimeUnit
KSQLJoinWindow. getTimeUnit()
static KSQLWindow.TimeUnit
KSQLWindow.TimeUnit. valueOf(java.lang.String name)
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.TimeUnit Modifier and Type Method Description void
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
KSQLWindow. withAdvanceTimeUnit(KSQLWindow.TimeUnit advanceTimeUnit)
KSQLJoinWindow
KSQLJoinWindow. withAfterTimeUnit(KSQLWindow.TimeUnit afterTimeUnit)
KSQLJoinWindow
KSQLJoinWindow. withBeforeTimeUnit(KSQLWindow.TimeUnit beforeTimeUnit)
KSQLWindow
KSQLWindow. withSizeTimeUnit(KSQLWindow.TimeUnit sizeTimeUnit)
KSQLJoinWindow
KSQLJoinWindow. withTimeUnit(KSQLWindow.TimeUnit timeUnit)
-