()
| 4337 | } |
| 4338 | |
| 4339 | func (p *TSPrepareResp) IsSetParameterCount() bool { |
| 4340 | return p.ParameterCount != nil |
| 4341 | } |
| 4342 | |
| 4343 | func (p *TSPrepareResp) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 4344 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected