Uses of Class
adql.query.operand.function.SQLFunctionType
-
Packages that use SQLFunctionType Package Description adql.parser adql.query.operand.function -
-
Uses of SQLFunctionType in adql.parser
Methods in adql.parser with parameters of type SQLFunctionType Modifier and Type Method Description SQLFunction
ADQLQueryFactory. createSQLFunction(SQLFunctionType type, ADQLOperand op, boolean distinctValues)
-
Uses of SQLFunctionType in adql.query.operand.function
Methods in adql.query.operand.function that return SQLFunctionType Modifier and Type Method Description SQLFunctionType
SQLFunction. getType()
Gets the type (COUNT, SUM, AVG, ...) of this function.static SQLFunctionType
SQLFunctionType. valueOf(java.lang.String name)
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 SQLFunctionType Constructor Description SQLFunction(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.
-