@param delete whether or not to delete the queried data @since 2.2
(boolean delete)
| 484 | |
| 485 | /** @param delete whether or not to delete the queried data @since 2.2 */ |
| 486 | public void setDelete(boolean delete) { |
| 487 | this.delete = delete; |
| 488 | } |
| 489 | |
| 490 | /** @param use_calendar a flag denoting whether or not to align intervals |
| 491 | * based on the calendar @since 2.3 */ |