Uses of Enum
adql.query.operand.function.SQLFunctionType
Packages that use SQLFunctionType
-
Uses of SQLFunctionType in adql.parser
Methods in adql.parser with parameters of type SQLFunctionTypeModifier and TypeMethodDescriptionADQLQueryFactory.createSQLFunction
(SQLFunctionType type, ADQLOperand op, boolean distinctValues) -
Uses of SQLFunctionType in adql.query.operand.function
Methods in adql.query.operand.function that return SQLFunctionTypeModifier and TypeMethodDescriptionfinal SQLFunctionType
SQLFunction.getType()
Gets the type (COUNT, SUM, AVG, ...) of this function.static SQLFunctionType
Returns the enum constant of this type with the specified name.static SQLFunctionType[]
SQLFunctionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adql.query.operand.function with parameters of type SQLFunctionTypeModifierConstructorDescriptionSQLFunction
(SQLFunctionType t, ADQLOperand operand) Creates a SQL function with one parameter.SQLFunction
(SQLFunctionType t, ADQLOperand operand, boolean distinctValues) Creates a SQL function with one parameter.