enhanced view

This commit is contained in:
Jottyfan
2023-12-16 21:32:04 +01:00
parent 5ca0b3f7fa
commit b46d3d05c0
27 changed files with 98 additions and 1611 deletions

View File

@@ -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();
}
}