github.com/jackc/pgx/v4.LargeObjects.tx (field)
7 uses
github.com/jackc/pgx/v4 (current package)
large_objects.go#L14: tx Tx
large_objects.go#L26: err := o.tx.QueryRow(ctx, "select lo_create($1)", oid).Scan(&oid)
large_objects.go#L34: err := o.tx.QueryRow(ctx, "select lo_open($1, $2)", oid, mode).Scan(&fd)
large_objects.go#L38: return &LargeObject{fd: fd, tx: o.tx, ctx: ctx}, nil
large_objects.go#L44: err := o.tx.QueryRow(ctx, "select lo_unlink($1)", oid).Scan(&result)
tx.go#L316: return LargeObjects{tx: tx}
tx.go#L434: return LargeObjects{tx: sp}
 |
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. |