| 29059 | } |
| 29060 | |
| 29061 | func (p *IClientRPCServiceExecuteStatementResult) Write(ctx context.Context, oprot thrift.TProtocol) error { |
| 29062 | if err := oprot.WriteStructBegin(ctx, "executeStatement_result"); err != nil { |
| 29063 | return thrift.PrependError(fmt.Sprintf("%T write struct begin error: ", p), err) } |
| 29064 | if p != nil { |
| 29065 | if err := p.writeField0(ctx, oprot); err != nil { return err } |
| 29066 | } |
| 29067 | if err := oprot.WriteFieldStop(ctx); err != nil { |
| 29068 | return thrift.PrependError("write field stop error: ", err) } |
| 29069 | if err := oprot.WriteStructEnd(ctx); err != nil { |
| 29070 | return thrift.PrependError("write struct stop error: ", err) } |
| 29071 | return nil |
| 29072 | } |
| 29073 | |
| 29074 | func (p *IClientRPCServiceExecuteStatementResult) writeField0(ctx context.Context, oprot thrift.TProtocol) (err error) { |
| 29075 | if p.IsSetSuccess() { |