Uses of Class
adql.db.DBChecker.BinarySearch
Packages that use DBChecker.BinarySearch
-
Uses of DBChecker.BinarySearch in adql.db
Methods in adql.db with parameters of type DBChecker.BinarySearchModifier 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.protected void
DBChecker.checkRegion
(STCS.Region r, RegionFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check the given region.protected void
DBChecker.resolveGeometryFunctions
(ADQLQuery query, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Search for all geometrical functions and check whether they are allowed.protected void
DBChecker.resolveSTCSExpressions
(ADQLQuery query, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Search all STC-S expressions inside the given query, parse them (and so check their syntax) and then determine whether the declared coordinate system and the expressed region are allowed in this implementation.