database/sql.Stmt.QueryRow (method)

2 uses

	database/sql (current package)
		sql.go#L2723: func (s *Stmt) QueryRow(args ...interface{}) *Row {

	github.com/Masterminds/squirrel
		stmtcacher.go#L78: 	return stmt.QueryRow(args...)