Class FieldAndValues<T>


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

      Constructors 
      Constructor Description
      FieldAndValues​(org.jooq.Field<T> field, java.util.Collection<? extends T> values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jooq.Field<T> getField()  
      java.util.Collection<? extends T> getValues()  
      • Methods inherited from class java.lang.Object

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

      • FieldAndValues

        public FieldAndValues​(org.jooq.Field<T> field,
                              java.util.Collection<? extends T> values)
    • Method Detail

      • getField

        public org.jooq.Field<T> getField()
      • getValues

        public java.util.Collection<? extends T> getValues()