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 voidDBChecker.checkGeometryFunction(String fctName, ADQLFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check whether the specified geometrical function is allowed by this implementation.protected voidDBChecker.checkRegion(STCS.Region r, RegionFunction fct, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Check the given region.protected voidDBChecker.resolveGeometryFunctions(ADQLQuery query, DBChecker.BinarySearch<String, String> binSearch, UnresolvedIdentifiersException errors) Search for all geometrical functions and check whether they are allowed.protected voidDBChecker.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.