github.com/jackc/pgx/v4.batchResults.ctx (field)
14 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L51: ctx context.Context
batch.go#L73: br.conn.log(br.ctx, LogLevelError, "BatchResult.Exec", map[string]interface{}{
batch.go#L86: br.conn.log(br.ctx, LogLevelError, "BatchResult.Exec", map[string]interface{}{
batch.go#L93: br.conn.log(br.ctx, LogLevelInfo, "BatchResult.Exec", map[string]interface{}{
batch.go#L114: rows := br.conn.getRows(br.ctx, query, arguments)
batch.go#L124: br.conn.log(br.ctx, LogLevelError, "BatchResult.Query", map[string]interface{}{
batch.go#L160: br.conn.log(br.ctx, LogLevelInfo, "BatchResult.Close", map[string]interface{}{
conn.go#L739: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L745: ctx: ctx,
conn.go#L773: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L794: return &batchResults{ctx: ctx, conn: c, err: fmt.Errorf("mismatched param and argument count")}
conn.go#L799: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L805: return &batchResults{ctx: ctx, conn: c, err: err}
conn.go#L823: ctx: ctx,
 |
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. |