(ctx context.Context, iprot thrift.TProtocol)
| 4225 | } |
| 4226 | |
| 4227 | func (p *TSPrepareReq) ReadField2(ctx context.Context, iprot thrift.TProtocol) error { |
| 4228 | if v, err := iprot.ReadString(ctx); err != nil { |
| 4229 | return thrift.PrependError("error reading field 2: ", err) |
| 4230 | } else { |
| 4231 | p.Sql = v |
| 4232 | } |
| 4233 | return nil |
| 4234 | } |
| 4235 | |
| 4236 | func (p *TSPrepareReq) ReadField3(ctx context.Context, iprot thrift.TProtocol) error { |
| 4237 | if v, err := iprot.ReadString(ctx); err != nil { |