database/sql.DB.QueryRow (method)

one use

	database/sql (current package)
		sql.go#L1828: func (db *DB) QueryRow(query string, args ...any) *Row {