()
| 29009 | return p.Success |
| 29010 | } |
| 29011 | func (p *IClientRPCServiceExecuteStatementResult) IsSetSuccess() bool { |
| 29012 | return p.Success != nil |
| 29013 | } |
| 29014 | |
| 29015 | func (p *IClientRPCServiceExecuteStatementResult) Read(ctx context.Context, iprot thrift.TProtocol) error { |
| 29016 | if _, err := iprot.ReadStructBegin(ctx); err != nil { |
no outgoing calls
no test coverage detected