github.com/go-pg/pg/v10/orm.Relation.JoinFKs (field)

16 uses

	github.com/go-pg/pg/v10/orm (current package)
		join.go#L67: 	if len(j.Rel.JoinFKs) > 1 {
		join.go#L70: 	where = appendColumns(where, j.JoinModel.Table().Alias, j.Rel.JoinFKs)
		join.go#L71: 	if len(j.Rel.JoinFKs) > 1 {
		join.go#L261: 		b = append(b, j.Rel.JoinFKs[i].Column...)
		model_table_many.go#L50: 	m.buf = modelID(m.buf[:0], m.strct, m.rel.JoinFKs)
		relation.go#L22: 	JoinFKs     []*Field
		table.go#L645: 			JoinFKs:   joinPKs,
		table.go#L679: 		JoinFKs:   joinPKs,
		table.go#L706: 			JoinFKs:   []*Field{fk},
		table.go#L740: 		JoinFKs:   fks,
		table.go#L775: 			JoinFKs:   []*Field{fk},
		table.go#L822: 		JoinFKs:     fks,
		table.go#L1120: 			JoinFKs:     fks,
		table.go#L1320: 			JoinFKs:   joinTable.PKs,
		table.go#L1345: 			JoinFKs:   fks,
		table_create.go#L206: 	b = appendColumns(b, "", rel.JoinFKs)