type database/sql/driver.StmtQueryContext
14 uses
database/sql/driver (current package)
driver.go#L367: type StmtQueryContext interface {
database/sql
ctxutil.go#L81: if siCtx, is := si.(driver.StmtQueryContext); is {
contrib.go.opencensus.io/integrations/ocsql
driver.go#L39: _ driver.StmtQueryContext = &ocStmt{}
driver.go#L611: return s.parent.(driver.StmtQueryContext).QueryContext(ctx, args)
driver.go#L635: queryContext := s.parent.(driver.StmtQueryContext)
driver_go1.10.go#L80: _, hasQryCtx = stmt.(driver.StmtQueryContext)
driver_go1.10.go#L94: driver.StmtQueryContext
driver_go1.10.go#L105: driver.StmtQueryContext
driver_go1.10.go#L115: driver.StmtQueryContext
driver_go1.10.go#L128: driver.StmtQueryContext
driver_go1.10.go#L140: driver.StmtQueryContext
driver_go1.10.go#L153: driver.StmtQueryContext
driver_go1.10.go#L165: driver.StmtQueryContext
driver_go1.10.go#L180: driver.StmtQueryContext
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |