func (o *Lecturer) Insert(exec boil.Executor, whitelist ...string) error {
    if o == nil {
        return errors.New("kmodels: no lecturers provided for insertion")
    }