(ctx context.Context, iprot thrift.TProtocol)
| 4234 | } |
| 4235 | |
| 4236 | func (p *TSPrepareReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 4237 | if v, err := iprot.ReadString(ctx); err != nil { |
| 4238 | return thrift.PrependError("error reading field 3: ", err) |
| 4239 | } else { |
| 4240 | p.StatementName = v |
| 4241 | } |
| 4242 | return nil |
| 4243 | } |
| 4244 | |
| 4245 | func (p *TSPrepareReq) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 4246 | if err := oprot.WriteStructBegin(ctx, "TSPrepareReq"); err != nil { |