Uses of Enum
com.alibaba.druid.sql.ast.SQLOver.WindowingType
Packages that use SQLOver.WindowingType
-
Uses of SQLOver.WindowingType in com.alibaba.druid.sql.ast
Fields in com.alibaba.druid.sql.ast declared as SQLOver.WindowingTypeMethods in com.alibaba.druid.sql.ast that return SQLOver.WindowingTypeModifier and TypeMethodDescriptionSQLOver.getWindowingType()static SQLOver.WindowingTypeReturns 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.WindowingTypeModifier and TypeMethodDescriptionvoidSQLOver.setWindowingType(SQLOver.WindowingType windowingType)