Uses of Class
adql.query.TextPosition
Packages that use TextPosition
Package
Description
-
Uses of TextPosition in adql.db.exception
Methods in adql.db.exception with parameters of type TextPositionModifier and TypeMethodDescriptionvoid
UnresolvedJoinException.setPosition
(TextPosition pos) Set the position of the invalid JOIN.Constructors in adql.db.exception with parameters of type TextPositionModifierConstructorDescriptionUnresolvedFunctionException
(String message, TextPosition pos) Build the exception with just a message.UnresolvedJoinException
(String message, TextPosition errorPosition) Build an UnresolvedJoin and specify, in addition of the error message, the position of the column not resolved. -
Uses of TextPosition in adql.parser
Fields in adql.parser declared as TextPositionModifier and TypeFieldDescriptionIdentifierItems.IdentifierItem.position
protected TextPosition
ParseException.position
Line in the ADQL query where the exception occurs.Methods in adql.parser that return TextPositionModifier and TypeMethodDescriptionIdentifierItems.getPosition()
final TextPosition
ParseException.getPosition()
Gets the position in the ADQL query of the token which generates this exception.Methods in adql.parser with parameters of type TextPositionModifier and TypeMethodDescriptionADQLQueryFactory.createColRef
(int index, TextPosition position) ADQLQueryFactory.createOrder
(int ind, boolean desc, TextPosition position) Deprecated.Constructors in adql.parser with parameters of type TextPosition -
Uses of TextPosition in adql.query
Methods in adql.query that return TextPositionModifier and TypeMethodDescriptionfinal TextPosition
ADQLList.getPosition()
ADQLObject.getPosition()
Gets the position of this object/token in the ADQL query.final TextPosition
ADQLQuery.getPosition()
final TextPosition
ColumnReference.getPosition()
Gets the position in the original ADQL query string.final TextPosition
SelectItem.getPosition()
Methods in adql.query with parameters of type TextPositionModifier and TypeMethodDescriptionfinal void
ADQLList.setPosition
(TextPosition position) Sets the position at which thisADQLList
has been found in the original ADQL query string.final void
ADQLQuery.setPosition
(TextPosition position) Set the position of thisADQLQuery
(or sub-query) inside the whole given ADQL query string.void
ColumnReference.setPosition
(TextPosition pos) Sets the position at which thisColumnReference
has been found in the original ADQL query string.final void
SelectItem.setPosition
(TextPosition position) Set the position of thisSelectItem
in the given ADQL query string.Constructors in adql.query with parameters of type TextPositionModifierConstructorDescriptionTextPosition
(TextPosition positionToCopy) Builds a copy of the given position.TextPosition
(TextPosition startPos, TextPosition endPos) Builds a position whose the start is the start position of the first parameter and the end is the end position of the second parameter. -
Uses of TextPosition in adql.query.constraint
Methods in adql.query.constraint that return TextPositionModifier and TypeMethodDescriptionfinal TextPosition
Between.getPosition()
final TextPosition
Comparison.getPosition()
final TextPosition
Exists.getPosition()
final TextPosition
In.getPosition()
final TextPosition
IsNull.getPosition()
final TextPosition
NotConstraint.getPosition()
Methods in adql.query.constraint with parameters of type TextPositionModifier and TypeMethodDescriptionfinal void
Between.setPosition
(TextPosition position) Set the position of thisBetween
in the given ADQL query string.final void
Comparison.setPosition
(TextPosition position) Set the position of thisComparison
in the given ADQL query string.final void
Exists.setPosition
(TextPosition position) Set the position of thisExists
in the given ADQL query string.final void
In.setPosition
(TextPosition position) Set the position of thisIn
in the given ADQL query string.final void
IsNull.setPosition
(TextPosition position) Set the position of thisIsNull
in the given ADQL query string.final void
NotConstraint.setPosition
(TextPosition position) Set the position of thisNotConstraint
in the given ADQL query string. -
Uses of TextPosition in adql.query.from
Methods in adql.query.from that return TextPositionModifier and TypeMethodDescriptionfinal TextPosition
ADQLJoin.getPosition()
final TextPosition
ADQLTable.getPosition()
Gets the position in the original ADQL query string.Methods in adql.query.from with parameters of type TextPositionModifier and TypeMethodDescriptionfinal void
ADQLJoin.setPosition
(TextPosition position) final void
ADQLTable.setPosition
(TextPosition pos) Sets the position at which thisADQLTable
has been found in the original ADQL query string.void
FromContent.setPosition
(TextPosition position) Set the position of thisFromContent
in the given ADQL query string. -
Uses of TextPosition in adql.query.operand
Fields in adql.query.operand declared as TextPositionModifier and TypeFieldDescriptionprotected TextPosition
NumericConstant.position
Position of this operand.Methods in adql.query.operand that return TextPositionModifier and TypeMethodDescriptionfinal TextPosition
ADQLColumn.getPosition()
final TextPosition
NegativeOperand.getPosition()
final TextPosition
NumericConstant.getPosition()
final TextPosition
Operation.getPosition()
final TextPosition
StringConstant.getPosition()
final TextPosition
WrappedOperand.getPosition()
Methods in adql.query.operand with parameters of type TextPositionModifier and TypeMethodDescriptionvoid
ADQLColumn.setPosition
(TextPosition pos) Sets the position at which thisADQLColumn
has been found in the original ADQL query string.final void
NegativeOperand.setPosition
(TextPosition position) Sets the position at which thisNegativeOperand
has been found in the original ADQL query string.final void
NumericConstant.setPosition
(TextPosition position) Sets the position at which thisNumericConstant
has been found in the original ADQL query string.final void
Operation.setPosition
(TextPosition position) Sets the position at which thisWrappedOperand
has been found in the original ADQL query string.final void
StringConstant.setPosition
(TextPosition position) Sets the position at which thisStringConstant
has been found in the original ADQL query string.final void
WrappedOperand.setPosition
(TextPosition position) Sets the position at which thisWrappedOperand
has been found in the original ADQL query string. -
Uses of TextPosition in adql.query.operand.function
Methods in adql.query.operand.function that return TextPositionMethods in adql.query.operand.function with parameters of type TextPositionModifier and TypeMethodDescriptionfinal void
ADQLFunction.setPosition
(TextPosition position) Set the position of thisADQLFunction
in the ADQL query string. -
Uses of TextPosition in adql.query.operand.function.geometry
Methods in adql.query.operand.function.geometry that return TextPosition
ADQLQueryFactory.createOrder(int, boolean)