- enable_tracing() - Method in class adql.parser.ADQLParser
-
Enable tracing.
- endColumn - Variable in class adql.parser.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class adql.query.TextPosition
-
- endLine - Variable in class adql.parser.Token
-
The line number of the last character of this Token.
- endLine - Variable in class adql.query.TextPosition
-
- EOF - Static variable in interface adql.parser.ADQLParserConstants
-
End of File.
- eol - Variable in exception adql.parser.ParseException
-
The end of line string for this machine.
- EOQ - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- EQUAL - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- exceptions - Variable in exception adql.db.exception.UnresolvedIdentifiersException
-
List of exceptions (one per unresolved identifier).
- EXISTS - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- Exists - Class in adql.query.constraint
-
Represents the predicate EXISTS of SQL and ADQL.
- Exists(ADQLQuery) - Constructor for class adql.query.constraint.Exists
-
Builds an Exists constraint instance.
- Exists(Exists) - Constructor for class adql.query.constraint.Exists
-
Builds an Exists constraint by copying the given one.
- EXP - Static variable in interface adql.parser.ADQLParserConstants
-
RegularExpression Id.
- ExpandBuff(boolean) - Method in class adql.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception adql.parser.ParseException
-
Each entry in this array is an array of integers.
- ExtractCoord - Class in adql.query.operand.function.geometry
-
It represents the COORD1 and the COORD2 functions of the ADQL language.
- ExtractCoord(int, GeometryFunction.GeometryValue<PointFunction>) - Constructor for class adql.query.operand.function.geometry.ExtractCoord
-
Builds a COORD1 or a COORD2 function with the given point (a POINT function or a column which contains a POINT function).
- ExtractCoord(ExtractCoord) - Constructor for class adql.query.operand.function.geometry.ExtractCoord
-
Builds a COORD1 or a COORD2 function by copying the given one.
- ExtractCoordSys() - Method in class adql.parser.ADQLParser
-
- ExtractCoordSys - Class in adql.query.operand.function.geometry
-
It represents the COORDSYS function the ADQL language.
- ExtractCoordSys(GeometryFunction.GeometryValue<GeometryFunction>) - Constructor for class adql.query.operand.function.geometry.ExtractCoordSys
-
Builds a COORDSYS function.
- ExtractCoordSys(ExtractCoordSys) - Constructor for class adql.query.operand.function.geometry.ExtractCoordSys
-
Builds a COORDSYS function by copying the given one.