type github.com/jackc/pgx/v5.ErrPreprocessingBatch

6 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L513: type ErrPreprocessingBatch struct {
		batch.go#L519: func newErrPreprocessingBatch(step, sql string, err error) ErrPreprocessingBatch {
		batch.go#L520: 	return ErrPreprocessingBatch{step: step, sql: sql, err: err}
		batch.go#L523: func (e ErrPreprocessingBatch) Error() string {
		batch.go#L530: func (e ErrPreprocessingBatch) Unwrap() error {
		batch.go#L534: func (e ErrPreprocessingBatch) SQL() string {