Changes between Version 4 and Version 5 of UseCase0001PrototypeImplementation
- Timestamp:
- 06/26/26 22:14:46 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase0001PrototypeImplementation
v4 v5 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. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using PreparedStatement.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 prepared statement. 42 42 43 43 {{{
