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