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

Struct joinBuilder

generics.go:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297type joinBuilder struct {
298 db *DB
299}
300
301func (q *joinBuilder) Where(query interface{}, args ...interface{}) JoinBuilder {
302 q.db.Where(query, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected