Uses of Class
adql.query.operand.StringConstant
Packages that use StringConstant
-
Uses of StringConstant in adql.db
Methods in adql.db with parameters of type StringConstantModifier and TypeMethodDescriptionprotected void
DBChecker.checkCoordinateSystem
(StringConstant adqlCoordSys, UnresolvedIdentifiersException errors) Parse and then check the coordinate system contained in the givenStringConstant
instance. -
Uses of StringConstant in adql.parser
Methods in adql.parser that return StringConstantModifier and TypeMethodDescriptionADQLQueryFactory.createStringConstant
(String value) final StringConstant
ADQLParser.String()
-
Uses of StringConstant in adql.query.operand
Constructors in adql.query.operand with parameters of type StringConstant -
Uses of StringConstant in adql.translator
Methods in adql.translator with parameters of type StringConstantModifier and TypeMethodDescriptionADQLTranslator.translate
(StringConstant strConst) JDBCTranslator.translate
(StringConstant strConst) PostgreSQLTranslator.translate
(StringConstant strConst)