Uses of Class
adql.query.operand.function.SQLFunction
Packages that use SQLFunction
-
Uses of SQLFunction in adql.parser
Methods in adql.parser that return SQLFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createSQLFunction
(SQLFunctionType type, ADQLOperand op, boolean distinctValues) final SQLFunction
ADQLParser.SqlFunction()
-
Uses of SQLFunction in adql.query.operand.function
Constructors in adql.query.operand.function with parameters of type SQLFunctionModifierConstructorDescriptionSQLFunction
(SQLFunction toCopy) Builds a SQL function by copying the given one. -
Uses of SQLFunction in adql.translator
Methods in adql.translator with parameters of type SQLFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(SQLFunction fct) JDBCTranslator.translate
(SQLFunction fct)