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 void
DBChecker.checkGeometryFunction
(String fctName, ADQLFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check whether the specified geometrical function is allowed by this implementation.int
FunctionDef.compareTo
(ADQLFunction fct) Compare this function definition with the given ADQL function item.protected final boolean
DBChecker.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 ADQLFunction
UnresolvedFunctionException.functionInError
Function which can not be resolved.Methods in adql.db.exception that return ADQLFunctionModifier and TypeMethodDescriptionfinal ADQLFunction
UnresolvedFunctionException.getFunction()
Get the unresolved function at the origin of this exception.Methods in adql.db.exception with parameters of type ADQLFunctionModifier and TypeMethodDescriptionstatic String
UnresolvedFunctionException.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 class
It represents any function which is not managed by ADQL.class
It represents any basic mathematical function.class
It represents any SQL function (COUNT, MAX, MIN, AVG, SUM, etc...).class
Function defined by the user (i.e.Fields in adql.query.operand.function declared as ADQLFunctionModifier and TypeFieldDescriptionprotected final ADQLFunction
ADQLFunction.ParameterIterator.function
Constructors 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 TypeClassDescriptionclass
It represents the AREA function of ADQL.class
It represents the box function of the ADQL language.class
It represents the CENTROID function of the ADQL language.class
It represents the CIRCLE function of the ADQL language.class
It represents the CONTAINS function of the ADQL language.class
It represents the DISTANCE function of the ADQL language.class
It represents the COORD1 and the COORD2 functions of the ADQL language.class
It represents the COORDSYS function the ADQL language.class
It represents any geometric function of ADQL.class
It represents the INTERSECTS function of the ADQL language.class
It represents the POINT function of the ADQL language.class
It represents the POLYGON function of the ADQL language.class
It 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 String
JDBCTranslator.getDefaultADQLFunction
(ADQLFunction fct) Gets the default SQL output for the given ADQL function.ADQLTranslator.translate
(ADQLFunction fct) JDBCTranslator.translate
(ADQLFunction fct)