Package | Description |
---|---|
adql.db |
Modifier and Type | Method and Description |
---|---|
protected void |
DBChecker.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 void |
DBChecker.checkRegion(STCS.Region r,
RegionFunction fct,
DBChecker.BinarySearch<java.lang.String,java.lang.String> binSearch,
UnresolvedIdentifiersException errors)
Check the given region.
|
protected void |
DBChecker.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 void |
DBChecker.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.
|