Class FormattedField

java.lang.Object
org.ehrbase.aql.sql.queryimpl.attribute.RMObjectAttribute
org.ehrbase.aql.sql.queryimpl.value_field.FormattedField
All Implemented Interfaces:
IJoinBinder, IRMObjectAttribute

public class FormattedField extends RMObjectAttribute
use to format a result using a function (f.e. to generate a correct ISO date/time
  • Constructor Details

  • Method Details

    • using

      public org.jooq.Field using(String sqlType, String separator, String resultType, String plpgsqlFunction, org.jooq.Field... tableFields)
    • usingToJson

      public org.jooq.Field usingToJson(String sqlType, String separator, org.jooq.Field... tableFields)
    • sqlField

      public org.jooq.Field sqlField()
    • forTableField

      public IRMObjectAttribute forTableField(org.jooq.TableField tableField)