Uses of Class
adql.query.operand.function.geometry.RegionFunction
Packages that use RegionFunction
-
Uses of RegionFunction in adql.db
Methods in adql.db with parameters of type RegionFunctionModifier and TypeMethodDescriptionprotected void
DBChecker.checkRegion
(STCS.Region r, RegionFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check the given region. -
Uses of RegionFunction in adql.parser
Methods in adql.parser that return RegionFunction -
Uses of RegionFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type RegionFunctionModifierConstructorDescriptionRegionFunction
(RegionFunction toCopy) Builds a REGION function by copying the given one. -
Uses of RegionFunction in adql.translator
Methods in adql.translator with parameters of type RegionFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(RegionFunction region) MySQLTranslator.translate
(RegionFunction region) PostgreSQLTranslator.translate
(RegionFunction region) SQLServerTranslator.translate
(RegionFunction region)