Uses of Class
adql.query.operand.function.SQLFunction
-
Packages that use SQLFunction Package Description adql.parser adql.query.operand.function adql.translator -
-
Uses of SQLFunction in adql.parser
Methods in adql.parser that return SQLFunction Modifier and Type Method Description SQLFunctionADQLQueryFactory. createSQLFunction(SQLFunctionType type, ADQLOperand op, boolean distinctValues)SQLFunctionADQLParser. SqlFunction() -
Uses of SQLFunction in adql.query.operand.function
Constructors in adql.query.operand.function with parameters of type SQLFunction Constructor Description SQLFunction(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 SQLFunction Modifier and Type Method Description java.lang.StringADQLTranslator. translate(SQLFunction fct)java.lang.StringJDBCTranslator. translate(SQLFunction fct)
-