Class PostgresFuncExpr

All Implemented Interfaces:
ColumnExpr, DBPreparable

public class PostgresFuncExpr extends DBAbstractFuncExpr
  • Field Details

  • Constructor Details

    • PostgresFuncExpr

      public PostgresFuncExpr(DBColumnExpr expr, PostgresSqlPhrase phrase, Object[] params, DataType dataType)
      Parameters:
      expr - the DBColumnExpr object
      phrase - the SQL-phrase
      params - an array of params which will be replaced in the template
      dataType - indicates the data type of the function result
  • Method Details