Uses of Enum
gudusoft.gsqlparser.EAggregateType
Packages that use EAggregateType
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.Provides the classes represents various SQL query parse tree node.
-
Uses of EAggregateType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EAggregateTypeModifier and TypeMethodDescriptionstatic EAggregateTypeReturns the enum constant of this type with the specified name.static EAggregateType[]EAggregateType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAggregateType in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return EAggregateTypeModifier and TypeMethodDescriptionTFunctionCall.getAggregateType()getALL | DISTINCT | UNIQUEkeywords used in an aggregate function.Methods in gudusoft.gsqlparser.nodes with parameters of type EAggregateTypeModifier and TypeMethodDescriptionvoidTFunctionCall.setAggregateType(EAggregateType aggregateType) setALL | DISTINCT | UNIQUEkeywords used in an aggregate function.