type github.com/jackc/pgx/v5.ErrPreprocessingBatch
6 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L514: type ErrPreprocessingBatch struct {
batch.go#L520: func newErrPreprocessingBatch(step, sql string, err error) ErrPreprocessingBatch {
batch.go#L521: return ErrPreprocessingBatch{step: step, sql: sql, err: err}
batch.go#L524: func (e ErrPreprocessingBatch) Error() string {
batch.go#L531: func (e ErrPreprocessingBatch) Unwrap() error {
batch.go#L535: func (e ErrPreprocessingBatch) SQL() string {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)