in message/requests.pb.go [844:855]
func (b0 PrepareAndExecuteRequest_builder) Build() *PrepareAndExecuteRequest {
m0 := &PrepareAndExecuteRequest{}
b, x := &b0, m0
_, _ = b, x
x.xxx_hidden_ConnectionId = b.ConnectionId
x.xxx_hidden_Sql = b.Sql
x.xxx_hidden_MaxRowCount = b.MaxRowCount
x.xxx_hidden_StatementId = b.StatementId
x.xxx_hidden_MaxRowsTotal = b.MaxRowsTotal
x.xxx_hidden_FirstFrameMaxSize = b.FirstFrameMaxSize
return m0
}