github.com/jackc/pgtype.JSONBArray.EncodeText (method)

2 uses

	github.com/jackc/pgtype (current package)
		jsonb_array.go#L387: func (src JSONBArray) EncodeText(ci *ConnInfo, buf []byte) ([]byte, error) {
		jsonb_array.go#L508: 	buf, err := src.EncodeText(nil, nil)