@param ms_resolution whether or not the user wants millisecond resolution
(boolean ms_resolution)
| 464 | |
| 465 | /** @param ms_resolution whether or not the user wants millisecond resolution */ |
| 466 | public void setMsResolution(boolean ms_resolution) { |
| 467 | this.ms_resolution = ms_resolution; |
| 468 | } |
| 469 | |
| 470 | /** @param show_query whether or not to show the query with the serialization */ |
| 471 | public void setShowQuery(boolean show_query) { |
no outgoing calls