Class FieldAndValue<T>


  • public class FieldAndValue<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldAndValue​(org.jooq.TableField<org.jooq.Record,​T> field, T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jooq.TableField<org.jooq.Record,​T> getField()  
      T getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldAndValue

        public FieldAndValue​(org.jooq.TableField<org.jooq.Record,​T> field,
                             T value)
    • Method Detail

      • getField

        public org.jooq.TableField<org.jooq.Record,​T> getField()
      • getValue

        public T getValue()