github.com/jackc/pgx/v5.Rows.CommandTag (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L38: 	CommandTag() pgconn.CommandTag
		rows.go#L420: 	return rows.CommandTag(), nil

	github.com/jackc/pgx/v5/pgxpool
		rows.go#L50: 	return rows.r.CommandTag()