Class DBConcatFuncExpr

All Implemented Interfaces:
ColumnExpr, DBPreparable

public class DBConcatFuncExpr extends DBAbstractFuncExpr
DBConcatExpression
Author:
doebele
  • Constructor Details

    • DBConcatFuncExpr

      public DBConcatFuncExpr(DBColumnExpr first, String separator, DBColumnExpr... others)
      create concat expression
      Parameters:
      first - the first expression
      separator - the separator
      others - the remaining expressions
    • DBConcatFuncExpr

      public DBConcatFuncExpr(DBColumnExpr first, DBColumnExpr... others)
      create concat expression
      Parameters:
      first - the first expression
      others - the remaining expressions
  • Method Details