Uses of Enum
com.alibaba.druid.sql.ast.SQLOver.WindowingBound
Packages that use SQLOver.WindowingBound
Package
Description
-
Uses of SQLOver.WindowingBound in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLOver.WindowingBoundModifier and TypeFieldDescriptionprotected SQLOver.WindowingBoundSQLOver.windowingBetweenBeginBoundprotected SQLOver.WindowingBoundSQLOver.windowingBetweenEndBoundMethods in com.alibaba.druid.sql.ast that return SQLOver.WindowingBoundModifier and TypeMethodDescriptionSQLOver.getWindowingBetweenBeginBound()SQLOver.getWindowingBetweenEndBound()static SQLOver.WindowingBoundReturns the enum constant of this type with the specified name.static SQLOver.WindowingBound[]SQLOver.WindowingBound.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast with parameters of type SQLOver.WindowingBoundModifier and TypeMethodDescriptionvoidSQLOver.setWindowingBetweenBeginBound(SQLOver.WindowingBound windowingBetweenBeginBound) voidSQLOver.setWindowingBetweenEndBound(SQLOver.WindowingBound windowingBetweenEndBound) -
Uses of SQLOver.WindowingBound in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLOver.WindowingBoundModifier and TypeMethodDescriptionprotected SQLOver.WindowingBoundSQLExprParser.parseWindowingBound() -
Uses of SQLOver.WindowingBound in com.alibaba.druid.support.calcite
Methods in com.alibaba.druid.support.calcite with parameters of type SQLOver.WindowingBoundModifier and TypeMethodDescriptionprotected static org.apache.calcite.sql.SqlNodeCalciteMySqlNodeVisitor.createSymbol(SQLOver.WindowingBound bound)