Uses of Class
adql.query.operand.StringConstant
-
Packages that use StringConstant Package Description adql.db adql.parser adql.query.operand adql.translator -
-
Uses of StringConstant in adql.db
Methods in adql.db with parameters of type StringConstant Modifier and Type Method Description protected 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 StringConstant Modifier and Type Method Description StringConstant
ADQLQueryFactory. createStringConstant(java.lang.String value)
StringConstant
ADQLParser. String()
-
Uses of StringConstant in adql.query.operand
Constructors in adql.query.operand with parameters of type StringConstant Constructor Description StringConstant(StringConstant toCopy)
-
Uses of StringConstant in adql.translator
Methods in adql.translator with parameters of type StringConstant Modifier and Type Method Description java.lang.String
ADQLTranslator. translate(StringConstant strConst)
java.lang.String
JDBCTranslator. translate(StringConstant strConst)
java.lang.String
PostgreSQLTranslator. translate(StringConstant strConst)
-