enhanced view
This commit is contained in:
@@ -13,7 +13,6 @@ import org.jooq.Field;
|
||||
import org.jooq.ForeignKey;
|
||||
import org.jooq.Name;
|
||||
import org.jooq.Record;
|
||||
import org.jooq.Row18;
|
||||
import org.jooq.Schema;
|
||||
import org.jooq.Table;
|
||||
import org.jooq.TableField;
|
||||
@@ -197,13 +196,4 @@ public class VCalendar extends TableImpl<VCalendarRecord> {
|
||||
public VCalendar rename(Name name) {
|
||||
return new VCalendar(name, null);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Row18 type methods
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public Row18<LocalDate, String, String, String, String, String, String, String, String, String, String, String, Integer, Integer, Integer, Integer, Integer, Integer> fieldsRow() {
|
||||
return (Row18) super.fieldsRow();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user