Class SimpleAttribute

All Implemented Interfaces:
IJoinBinder, IRMObjectAttribute

public class SimpleAttribute extends CompositionAttribute
  • Field Details

    • tableField

      protected org.jooq.Field tableField
  • Constructor Details

  • Method Details

    • sqlField

      public org.jooq.Field<?> sqlField()
    • forTableField

      public IRMObjectAttribute forTableField(org.jooq.TableField tableField)
    • forTableField

      public SimpleAttribute forTableField(String pgtype, org.jooq.Field tableField)