Uses of Class
com.alibaba.druid.sql.ast.SQLOver.WindowingType
-
Packages that use SQLOver.WindowingType Package Description com.alibaba.druid.sql.ast -
-
Uses of SQLOver.WindowingType in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLOver.WindowingType Modifier and Type Field Description protected SQLOver.WindowingTypeSQLOver. windowingTypeMethods in com.alibaba.druid.sql.ast that return SQLOver.WindowingType Modifier and Type Method Description SQLOver.WindowingTypeSQLOver. getWindowingType()static SQLOver.WindowingTypeSQLOver.WindowingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLOver.WindowingType[]SQLOver.WindowingType. 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.WindowingType Modifier and Type Method Description voidSQLOver. setWindowingType(SQLOver.WindowingType windowingType)
-