@param show_stats whether or not to show stats in the serialization
(boolean show_stats)
| 474 | |
| 475 | /** @param show_stats whether or not to show stats in the serialization */ |
| 476 | public void setShowStats(boolean show_stats) { |
| 477 | this.show_stats = show_stats; |
| 478 | } |
| 479 | |
| 480 | /** @param show_summary whether or not to show the query summary */ |
| 481 | public void setShowSummary(boolean show_summary) { |
no outgoing calls