type github.com/Masterminds/squirrel.QueryRower

8 uses

	github.com/Masterminds/squirrel (current package)
		insert.go#L46: 	queryRower, ok := d.RunWith.(QueryRower)
		select.go#L47: 	queryRower, ok := d.RunWith.(QueryRower)
		squirrel.go#L46: type QueryRower interface {
		squirrel.go#L60: 	QueryRower
		squirrel.go#L120: func QueryRowWith(db QueryRower, s Sqlizer) RowScanner {
		stmtcacher.go#L20: 	QueryRower
		stmtcacher_ctx.go#L23: 	QueryRower
		update.go#L49: 	queryRower, ok := d.RunWith.(QueryRower)