Uses of Class
com.alibaba.druid.sql.ast.SQLOver.WindowingBound
-
Packages that use SQLOver.WindowingBound Package Description com.alibaba.druid.sql.ast com.alibaba.druid.sql.parser com.alibaba.druid.support.calcite -
-
Uses of SQLOver.WindowingBound in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLOver.WindowingBound Modifier and Type Field Description protected SQLOver.WindowingBoundSQLOver. windowingBetweenBeginBoundprotected SQLOver.WindowingBoundSQLOver. windowingBetweenEndBoundMethods in com.alibaba.druid.sql.ast that return SQLOver.WindowingBound Modifier and Type Method Description SQLOver.WindowingBoundSQLOver. getWindowingBetweenBeginBound()SQLOver.WindowingBoundSQLOver. getWindowingBetweenEndBound()static SQLOver.WindowingBoundSQLOver.WindowingBound. valueOf(String name)Returns 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.WindowingBound Modifier and Type Method Description voidSQLOver. 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.WindowingBound Modifier and Type Method Description protected 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.WindowingBound Modifier and Type Method Description protected static org.apache.calcite.sql.SqlNodeCalciteMySqlNodeVisitor. createSymbol(SQLOver.WindowingBound bound)
-