Uses of Class
adql.query.operand.function.ADQLFunction
Packages that use ADQLFunction
Package
Description
-
Uses of ADQLFunction in adql.db
Methods in adql.db with parameters of type ADQLFunctionModifier and TypeMethodDescriptionprotected voidDBChecker.checkGeometryFunction(String fctName, ADQLFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check whether the specified geometrical function is allowed by this implementation.intFunctionDef.compareTo(ADQLFunction fct) Compare this function definition with the given ADQL function item.protected final booleanDBChecker.isAllParamTypesResolved(ADQLFunction fct) Tell whether the type of all parameters of the given ADQL function is resolved. -
Uses of ADQLFunction in adql.db.exception
Fields in adql.db.exception declared as ADQLFunctionModifier and TypeFieldDescriptionprotected final ADQLFunctionUnresolvedFunctionException.functionInErrorFunction which can not be resolved.Methods in adql.db.exception that return ADQLFunctionModifier and TypeMethodDescriptionfinal ADQLFunctionUnresolvedFunctionException.getFunction()Get the unresolved function at the origin of this exception.Methods in adql.db.exception with parameters of type ADQLFunctionModifier and TypeMethodDescriptionstatic StringUnresolvedFunctionException.getFctSignature(ADQLFunction fct) Get the signature of the function given in parameter.Constructors in adql.db.exception with parameters of type ADQLFunctionModifierConstructorDescriptionBuild the exception with the unresolved function in parameter.UnresolvedFunctionException(String message, ADQLFunction fct) Build the exception with a message but also with the unresolved function in parameter. -
Uses of ADQLFunction in adql.parser
Methods in adql.parser that return ADQLFunction -
Uses of ADQLFunction in adql.query.operand.function
Subclasses of ADQLFunction in adql.query.operand.functionModifier and TypeClassDescriptionfinal classIt represents any function which is not managed by ADQL.classIt represents any basic mathematical function.classIt represents any SQL function (COUNT, MAX, MIN, AVG, SUM, etc...).classFunction defined by the user (i.e.Fields in adql.query.operand.function declared as ADQLFunctionModifier and TypeFieldDescriptionprotected final ADQLFunctionADQLFunction.ParameterIterator.functionConstructors in adql.query.operand.function with parameters of type ADQLFunction -
Uses of ADQLFunction in adql.query.operand.function.geometry
Subclasses of ADQLFunction in adql.query.operand.function.geometryModifier and TypeClassDescriptionclassIt represents the AREA function of ADQL.classIt represents the box function of the ADQL language.classIt represents the CENTROID function of the ADQL language.classIt represents the CIRCLE function of the ADQL language.classIt represents the CONTAINS function of the ADQL language.classIt represents the DISTANCE function of the ADQL language.classIt represents the COORD1 and the COORD2 functions of the ADQL language.classIt represents the COORDSYS function the ADQL language.classIt represents any geometric function of ADQL.classIt represents the INTERSECTS function of the ADQL language.classIt represents the POINT function of the ADQL language.classIt represents the POLYGON function of the ADQL language.classIt represents the REGION function the ADQL language. -
Uses of ADQLFunction in adql.translator
Methods in adql.translator with parameters of type ADQLFunctionModifier and TypeMethodDescriptionprotected final StringJDBCTranslator.getDefaultADQLFunction(ADQLFunction fct) Gets the default SQL output for the given ADQL function.ADQLTranslator.translate(ADQLFunction fct) JDBCTranslator.translate(ADQLFunction fct)