MCPcopy
hub / github.com/go-gorm/gorm / Select

Method Select

generics.go:316–319  ·  view source on GitHub ↗
(columns ...string)

Source from the content-addressed store, hash-verified

314}
315
316func (q *joinBuilder) Select(columns ...string) JoinBuilder {
317 q.db.Select(columns)
318 return q
319}
320
321func (q *joinBuilder) Omit(columns ...string) JoinBuilder {
322 q.db.Omit(columns...)

Callers

nothing calls this directly

Calls 1

SelectMethod · 0.65

Tested by

no test coverage detected