There is no need to explicitly create instances of this class. Instead use {@link DBColumnExpr#append(Object) }
280281282283284285286
* @param value an Object value * @return the new DBConcatExpr object */ public DBColumnExpr append(Object value) { return new DBConcatExpr(this, value); }
276277278279280281282
273274275276277278279
269270271272273274275
274275276277278279280