database/sql.Tx.QueryRow (method)

one use

	database/sql (current package)
		sql.go#L2541: func (tx *Tx) QueryRow(query string, args ...any) *Row {