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 TypeMethodDescriptionvoidUnresolvedJoinException.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.positionprotected TextPositionParseException.positionLine in the ADQL query where the exception occurs.Methods in adql.parser that return TextPositionModifier and TypeMethodDescriptionIdentifierItems.getPosition()final TextPositionParseException.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 TextPositionADQLList.getPosition()ADQLObject.getPosition()Gets the position of this object/token in the ADQL query.final TextPositionADQLQuery.getPosition()final TextPositionColumnReference.getPosition()Gets the position in the original ADQL query string.final TextPositionSelectItem.getPosition()Methods in adql.query with parameters of type TextPositionModifier and TypeMethodDescriptionfinal voidADQLList.setPosition(TextPosition position) Sets the position at which thisADQLListhas been found in the original ADQL query string.final voidADQLQuery.setPosition(TextPosition position) Set the position of thisADQLQuery(or sub-query) inside the whole given ADQL query string.voidColumnReference.setPosition(TextPosition pos) Sets the position at which thisColumnReferencehas been found in the original ADQL query string.final voidSelectItem.setPosition(TextPosition position) Set the position of thisSelectItemin 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 TextPositionBetween.getPosition()final TextPositionComparison.getPosition()final TextPositionExists.getPosition()final TextPositionIn.getPosition()final TextPositionIsNull.getPosition()final TextPositionNotConstraint.getPosition()Methods in adql.query.constraint with parameters of type TextPositionModifier and TypeMethodDescriptionfinal voidBetween.setPosition(TextPosition position) Set the position of thisBetweenin the given ADQL query string.final voidComparison.setPosition(TextPosition position) Set the position of thisComparisonin the given ADQL query string.final voidExists.setPosition(TextPosition position) Set the position of thisExistsin the given ADQL query string.final voidIn.setPosition(TextPosition position) Set the position of thisInin the given ADQL query string.final voidIsNull.setPosition(TextPosition position) Set the position of thisIsNullin the given ADQL query string.final voidNotConstraint.setPosition(TextPosition position) Set the position of thisNotConstraintin the given ADQL query string. -
Uses of TextPosition in adql.query.from
Methods in adql.query.from that return TextPositionModifier and TypeMethodDescriptionfinal TextPositionADQLJoin.getPosition()final TextPositionADQLTable.getPosition()Gets the position in the original ADQL query string.Methods in adql.query.from with parameters of type TextPositionModifier and TypeMethodDescriptionfinal voidADQLJoin.setPosition(TextPosition position) final voidADQLTable.setPosition(TextPosition pos) Sets the position at which thisADQLTablehas been found in the original ADQL query string.voidFromContent.setPosition(TextPosition position) Set the position of thisFromContentin the given ADQL query string. -
Uses of TextPosition in adql.query.operand
Fields in adql.query.operand declared as TextPositionModifier and TypeFieldDescriptionprotected TextPositionNumericConstant.positionPosition of this operand.Methods in adql.query.operand that return TextPositionModifier and TypeMethodDescriptionfinal TextPositionADQLColumn.getPosition()final TextPositionNegativeOperand.getPosition()final TextPositionNumericConstant.getPosition()final TextPositionOperation.getPosition()final TextPositionStringConstant.getPosition()final TextPositionWrappedOperand.getPosition()Methods in adql.query.operand with parameters of type TextPositionModifier and TypeMethodDescriptionvoidADQLColumn.setPosition(TextPosition pos) Sets the position at which thisADQLColumnhas been found in the original ADQL query string.final voidNegativeOperand.setPosition(TextPosition position) Sets the position at which thisNegativeOperandhas been found in the original ADQL query string.final voidNumericConstant.setPosition(TextPosition position) Sets the position at which thisNumericConstanthas been found in the original ADQL query string.final voidOperation.setPosition(TextPosition position) Sets the position at which thisWrappedOperandhas been found in the original ADQL query string.final voidStringConstant.setPosition(TextPosition position) Sets the position at which thisStringConstanthas been found in the original ADQL query string.final voidWrappedOperand.setPosition(TextPosition position) Sets the position at which thisWrappedOperandhas 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 voidADQLFunction.setPosition(TextPosition position) Set the position of thisADQLFunctionin 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)