Uses of Class
adql.db.DBChecker.BinarySearch
-
Packages that use DBChecker.BinarySearch Package Description adql.db -
-
Uses of DBChecker.BinarySearch in adql.db
Methods in adql.db with parameters of type DBChecker.BinarySearch Modifier and Type Method Description protected voidDBChecker. checkGeometryFunction(java.lang.String fctName, ADQLFunction fct, DBChecker.BinarySearch<java.lang.String,java.lang.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<java.lang.String,java.lang.String> binSearch, UnresolvedIdentifiersException errors)Check the given region.protected voidDBChecker. resolveGeometryFunctions(ADQLQuery query, DBChecker.BinarySearch<java.lang.String,java.lang.String> binSearch, UnresolvedIdentifiersException errors)Search for all geometrical functions and check whether they are allowed.protected voidDBChecker. resolveSTCSExpressions(ADQLQuery query, DBChecker.BinarySearch<java.lang.String,java.lang.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.
-