Uses of Class
adql.query.TextPosition
-
Packages that use TextPosition Package Description adql.db.exception adql.parser adql.query adql.query.constraint adql.query.from adql.query.operand adql.query.operand.function adql.query.operand.function.geometry -
-
Uses of TextPosition in adql.db.exception
Methods in adql.db.exception with parameters of type TextPosition Modifier and Type Method Description voidUnresolvedJoinException. setPosition(TextPosition pos)Set the position of the invalid JOIN.Constructors in adql.db.exception with parameters of type TextPosition Constructor Description UnresolvedFunctionException(java.lang.String message, TextPosition pos)Build the exception with just a message.UnresolvedJoinException(java.lang.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 TextPosition Modifier and Type Field Description TextPositionIdentifierItems.IdentifierItem. positionprotected TextPositionParseException. positionLine in the ADQL query where the exception occurs.Methods in adql.parser that return TextPosition Modifier and Type Method Description TextPositionIdentifierItems. getPosition()TextPositionParseException. getPosition()Gets the position in the ADQL query of the token which generates this exception.Methods in adql.parser with parameters of type TextPosition Modifier and Type Method Description ColumnReferenceADQLQueryFactory. createColRef(int index, TextPosition position)ADQLOrderADQLQueryFactory. createOrder(int ind, boolean desc, TextPosition position)Deprecated.since 1.4 ; Replaced byADQLQueryFactory.createOrder(int, boolean)Constructors in adql.parser with parameters of type TextPosition Constructor Description ParseException(java.lang.String message, TextPosition errorPosition) -
Uses of TextPosition in adql.query
Methods in adql.query that return TextPosition Modifier and Type Method Description TextPositionADQLList. getPosition()TextPositionADQLObject. getPosition()Gets the position of this object/token in the ADQL query.TextPositionADQLQuery. getPosition()TextPositionColumnReference. getPosition()Gets the position in the original ADQL query string.TextPositionSelectItem. getPosition()Methods in adql.query with parameters of type TextPosition Modifier and Type Method Description voidADQLList. setPosition(TextPosition position)Sets the position at which thisADQLListhas been found in the original ADQL query string.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.voidSelectItem. setPosition(TextPosition position)Set the position of thisSelectItemin the given ADQL query string.Constructors in adql.query with parameters of type TextPosition Constructor Description TextPosition(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 TextPosition Modifier and Type Method Description TextPositionBetween. getPosition()TextPositionComparison. getPosition()TextPositionExists. getPosition()TextPositionIn. getPosition()TextPositionIsNull. getPosition()TextPositionNotConstraint. getPosition()Methods in adql.query.constraint with parameters of type TextPosition Modifier and Type Method Description voidBetween. setPosition(TextPosition position)Set the position of thisBetweenin the given ADQL query string.voidComparison. setPosition(TextPosition position)Set the position of thisComparisonin the given ADQL query string.voidExists. setPosition(TextPosition position)Set the position of thisExistsin the given ADQL query string.voidIn. setPosition(TextPosition position)Set the position of thisInin the given ADQL query string.voidIsNull. setPosition(TextPosition position)Set the position of thisIsNullin the given ADQL query string.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 TextPosition Modifier and Type Method Description TextPositionADQLJoin. getPosition()TextPositionADQLTable. getPosition()Gets the position in the original ADQL query string.Methods in adql.query.from with parameters of type TextPosition Modifier and Type Method Description voidADQLJoin. setPosition(TextPosition position)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 TextPosition Modifier and Type Field Description protected TextPositionNumericConstant. positionPosition of this operand.Methods in adql.query.operand that return TextPosition Modifier and Type Method Description TextPositionADQLColumn. getPosition()TextPositionNegativeOperand. getPosition()TextPositionNumericConstant. getPosition()TextPositionOperation. getPosition()TextPositionStringConstant. getPosition()TextPositionWrappedOperand. getPosition()Methods in adql.query.operand with parameters of type TextPosition Modifier and Type Method Description voidADQLColumn. setPosition(TextPosition pos)Sets the position at which thisADQLColumnhas been found in the original ADQL query string.voidNegativeOperand. setPosition(TextPosition position)Sets the position at which thisNegativeOperandhas been found in the original ADQL query string.voidNumericConstant. setPosition(TextPosition position)Sets the position at which thisNumericConstanthas been found in the original ADQL query string.voidOperation. setPosition(TextPosition position)Sets the position at which thisWrappedOperandhas been found in the original ADQL query string.voidStringConstant. setPosition(TextPosition position)Sets the position at which thisStringConstanthas been found in the original ADQL query string.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 TextPosition Modifier and Type Method Description TextPositionADQLFunction. getPosition()Methods in adql.query.operand.function with parameters of type TextPosition Modifier and Type Method Description 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 Modifier and Type Method Description TextPositionGeometryFunction.GeometryValue. getPosition()
-