MCPcopy Index your code
hub / github.com/upper/db / sqlBuilder

Struct sqlBuilder

internal/sqlbuilder/builder.go:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94type sqlBuilder struct {
95 sess exprDB
96 t *templateWithUtils
97}
98
99// WithSession returns a query builder that is bound to the given database session.
100func WithSession(sess interface{}, t *exql.Template) db.SQL {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected