Class AbstractRecordCommand

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get​(org.jooq.Field<T> field)  
      java.util.stream.Stream<org.jooq.Field<?>> getFields()  
      protected static org.jooq.TableField<org.jooq.Record,​?> getPrimaryKeyField​(DataTable table, java.lang.Class dataType)  
      DataTable getTable()  
      java.util.stream.Stream<java.lang.Object> getValues​(java.util.stream.Stream<org.jooq.Field<?>> fields)  
      boolean isEmpty()  
      <T> void set​(org.jooq.Field<T> field, T value)  
      • Methods inherited from class java.lang.Object

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

      • AbstractRecordCommand

        protected AbstractRecordCommand​(DataTable table)
    • Method Detail

      • set

        public <T> void set​(org.jooq.Field<T> field,
                            T value)
      • get

        public <T> T get​(org.jooq.Field<T> field)
      • getFields

        public java.util.stream.Stream<org.jooq.Field<?>> getFields()
      • getValues

        public java.util.stream.Stream<java.lang.Object> getValues​(java.util.stream.Stream<org.jooq.Field<?>> fields)
      • isEmpty

        public boolean isEmpty()
      • getPrimaryKeyField

        protected static org.jooq.TableField<org.jooq.Record,​?> getPrimaryKeyField​(DataTable table,
                                                                                         java.lang.Class dataType)