@param show_summary whether or not to show the query summary
(boolean show_summary)
| 479 | |
| 480 | /** @param show_summary whether or not to show the query summary */ |
| 481 | public void setShowSummary(boolean show_summary) { |
| 482 | this.show_summary = show_summary; |
| 483 | } |
| 484 | |
| 485 | /** @param delete whether or not to delete the queried data @since 2.2 */ |
| 486 | public void setDelete(boolean delete) { |
no outgoing calls