var go.pact.im/x/pgxprocess.ErrNotConnected

14 uses

	go.pact.im/x/pgxprocess (current package)
		errors.go#L12: var ErrNotConnected = errors.New("pgxprocess: not connected")
		errors.go#L17: 	return ErrNotConnected
		errors.go#L25: 	return ErrNotConnected
		errors.go#L41: 	return ErrNotConnected
		errors.go#L45: 	return nil, ErrNotConnected
		errors.go#L59: 	return pgconn.CommandTag{}, ErrNotConnected
		errors.go#L63: 	return errRows{}, ErrNotConnected
		errors.go#L71: 	return ErrNotConnected
		handle.go#L38: 		return ErrNotConnected
		handle.go#L46: 		return nil, ErrNotConnected
		handle.go#L54: 		return nil, ErrNotConnected
		handle.go#L62: 		return pgconn.CommandTag{}, ErrNotConnected
		handle.go#L70: 		return nil, ErrNotConnected
		handle.go#L86: 		return 0, ErrNotConnected