github.com/jackc/pgx/v5.Conn.Begin (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5 (current package)
		tx.go#L94: func (c *Conn) Begin(ctx context.Context) (Tx, error) {

	github.com/jackc/pgx/v5/pgxpool
		conn.go#L108: 	return c.Conn().Begin(ctx)