github.com/jackc/pgx/v4.batchResults.conn (field)
19 uses
github.com/jackc/pgx/v4 (current package)
batch.go#L52: conn *Conn
batch.go#L72: if br.conn.shouldLog(LogLevelError) {
batch.go#L73: br.conn.log(br.ctx, LogLevelError, "BatchResult.Exec", map[string]interface{}{
batch.go#L85: if br.conn.shouldLog(LogLevelError) {
batch.go#L86: br.conn.log(br.ctx, LogLevelError, "BatchResult.Exec", map[string]interface{}{
batch.go#L92: } else if br.conn.shouldLog(LogLevelInfo) {
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#L123: if br.conn.shouldLog(LogLevelError) {
batch.go#L124: br.conn.log(br.ctx, LogLevelError, "BatchResult.Query", map[string]interface{}{
batch.go#L159: if br.conn.shouldLog(LogLevelInfo) {
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#L746: conn: c,
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#L824: conn: c,
 |
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. |