Changes between Version 1 and Version 2 of UseCase0001PrototypeImplementation


Ignore:
Timestamp:
06/19/26 08:44:41 (17 hours ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0001PrototypeImplementation

    v1 v2  
    3939== SQL commands used by the system ==
    4040
    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.
     41The 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.
    4242
    4343{{{