type github.com/jackc/pgx/v4.batchResults

15 uses

	github.com/jackc/pgx/v4 (current package)
		batch.go#L50: type batchResults struct {
		batch.go#L60: func (br *batchResults) Exec() (pgconn.CommandTag, error) {
		batch.go#L104: func (br *batchResults) Query() (Rows, error) {
		batch.go#L139: func (br *batchResults) QueryRow() Row {
		batch.go#L147: func (br *batchResults) Close() error {
		batch.go#L170: func (br *batchResults) nextQueryAndArgs() (query string, args []interface{}, ok bool) {
		conn.go#L739: 				return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L744: 		return &batchResults{
		conn.go#L773: 				return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L794: 			return &batchResults{ctx: ctx, conn: c, err: fmt.Errorf("mismatched param and argument count")}
		conn.go#L799: 			return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L805: 				return &batchResults{ctx: ctx, conn: c, err: err}
		conn.go#L822: 	return &batchResults{
		tx.go#L308: 		return &batchResults{err: ErrTxClosed}
		tx.go#L427: 		return &batchResults{err: ErrTxClosed}