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

Method SQL

internal/sqladapter/session.go:273–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func (sess *sessionWithContext) SQL() db.SQL {
274 return sqlbuilder.WithSession(
275 sess,
276 sess.adapter.Template(),
277 )
278}
279
280func (sess *sessionWithContext) Err(errIn error) (errOur error) {
281 if convertError, ok := sess.adapter.(errorConverter); ok {

Callers

nothing calls this directly

Calls 2

WithSessionFunction · 0.92
TemplateMethod · 0.65

Tested by

no test coverage detected