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 SQLFunction
ADQLQueryFactory. createSQLFunction(SQLFunctionType type, ADQLOperand op, boolean distinctValues)
SQLFunction
ADQLParser. 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.String
ADQLTranslator. translate(SQLFunction fct)
java.lang.String
JDBCTranslator. translate(SQLFunction fct)
-