Uses of Class
adql.db.exception.UnresolvedIdentifiersException
Packages that use UnresolvedIdentifiersException
-
Uses of UnresolvedIdentifiersException in adql.db
Methods in adql.db with parameters of type UnresolvedIdentifiersExceptionModifier and TypeMethodDescriptionprotected voidDBChecker.checkCoordinateSystem(STCS.CoordSys coordSys, ADQLOperand operand, UnresolvedIdentifiersException errors) Check whether the given coordinate system is allowed by this implementation.protected voidDBChecker.checkCoordinateSystem(StringConstant adqlCoordSys, UnresolvedIdentifiersException errors) Parse and then check the coordinate system contained in the givenStringConstantinstance.protected SearchColumnListDBChecker.checkDBItems(ADQLQuery query, Stack<SearchColumnList> fathersList, UnresolvedIdentifiersException errors) Check DB items (tables and columns) used in the given ADQL query.protected voidDBChecker.checkGeometries(ADQLQuery query, UnresolvedIdentifiersException errors) Check all geometries.protected 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.checkSubQueries(ADQLQuery query, Stack<SearchColumnList> fathersList, SearchColumnList availableColumns, UnresolvedIdentifiersException errors) Search all sub-queries found in the given query but not in the clause FROM.protected voidDBChecker.checkTypes(ADQLQuery query, UnresolvedIdentifiersException errors) Search all operands whose the type is not yet known and try to resolve it now and to check whether it matches the type expected by the syntactic parser.protected voidDBChecker.checkUDFs(ADQLQuery query, UnresolvedIdentifiersException errors) Search all UDFs (User Defined Functions) inside the given query, and then check their signature against the list of allowed UDFs.protected voidDBChecker.resolveColumns(ADQLQuery query, Stack<SearchColumnList> fathersList, Map<DBTable, ADQLTable> mapTables, SearchColumnList list, UnresolvedIdentifiersException errors) Search all column references inside the given query, resolve them thanks to the given tables' metadata, and if there is only one match, attach the matching metadata to them.protected voidDBChecker.resolveCoordinateSystems(ADQLQuery query, UnresolvedIdentifiersException errors) Search all explicit coordinate system declarations, check their syntax and whether they are allowed by this implementation.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.DBChecker.resolveTables(ADQLQuery query, Stack<SearchColumnList> fathersList, UnresolvedIdentifiersException errors) Search all table references inside the given query, resolve them against the available tables, and if there is only one match, attach the matching metadata to them.Methods in adql.db that throw UnresolvedIdentifiersExceptionModifier and TypeMethodDescriptionprotected voidDBChecker.check(ADQLQuery query, Stack<SearchColumnList> fathersList) Process several (semantic) verifications in the given ADQL query.