Uses of Class
adql.query.operand.Concatenation
-
Packages that use Concatenation Package Description adql.parser adql.query.operand adql.translator -
-
Uses of Concatenation in adql.parser
Methods in adql.parser that return Concatenation Modifier and Type Method Description Concatenation
ADQLQueryFactory. createConcatenation()
-
Uses of Concatenation in adql.query.operand
Constructors in adql.query.operand with parameters of type Concatenation Constructor Description Concatenation(Concatenation toCopy)
Builds a copy of the givenConcatenation
. -
Uses of Concatenation in adql.translator
Methods in adql.translator with parameters of type Concatenation Modifier and Type Method Description java.lang.String
ADQLTranslator. translate(Concatenation concat)
java.lang.String
JDBCTranslator. translate(Concatenation concat)
-