diff --git a/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TAuthorRecord.java b/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TAuthorRecord.java index e914543d32..375478eb3c 100644 --- a/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TAuthorRecord.java +++ b/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TAuthorRecord.java @@ -3,6 +3,10 @@ */ package org.jooq.groovy.example.h2.tables.records; +import java.sql.Timestamp; + +import org.jooq.Record6; + /** * This class is generated by jOOQ. */ @@ -249,4 +253,54 @@ public class TAuthorRecord extends org.jooq.impl.UpdatableRecordImpl value1( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 value2( + String value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 value3( + String value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 value4( + Timestamp value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 value5( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 value6( + String value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record6 values( + Integer t1, String t2, String t3, Timestamp t4, Integer t5, + String t6) { + // TODO Auto-generated method stub + return null; + } } diff --git a/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TBookRecord.java b/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TBookRecord.java index b67ea2d449..32aa02e949 100644 --- a/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TBookRecord.java +++ b/jOOQ-examples/jOOQ-groovy/src/org/jooq/groovy/example/h2/tables/records/TBookRecord.java @@ -3,6 +3,10 @@ */ package org.jooq.groovy.example.h2.tables.records; +import java.sql.Timestamp; + +import org.jooq.Record11; + /** * This class is generated by jOOQ. */ @@ -404,4 +408,90 @@ public class TBookRecord extends org.jooq.impl.UpdatableRecordImpl value1( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value2( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value3( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value4( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value5( + String value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value6( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value7( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value8( + String value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value9( + byte[] value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value10( + Integer value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 value11( + Timestamp value) { + // TODO Auto-generated method stub + return null; + } + + @Override + public Record11 values( + Integer t1, Integer t2, Integer t3, Integer t4, String t5, + Integer t6, Integer t7, String t8, byte[] t9, Integer t10, + Timestamp t11) { + // TODO Auto-generated method stub + return null; + } }