Changes between Version 1 and Version 2 of UseCase0001PrototypeImplementation
- Timestamp:
- 06/19/26 08:44:41 (17 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase0001PrototypeImplementation
v1 v2 39 39 == SQL commands used by the system == 40 40 41 The system searches for rooms that satisfy the selected date, time interval, capacity, and optional room type. It excludes rooms that already have an active overlapping reservation. 41 The system searches for rooms that satisfy the selected date, time interval, capacity, and optional room type. It excludes rooms that already have an active overlapping reservation. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using PreparedStatement. 42 42 43 43 {{{
