Changes between Version 4 and Version 5 of UseCase0001PrototypeImplementation


Ignore:
Timestamp:
06/26/26 22:14:46 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase0001PrototypeImplementation

    v4 v5  
    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. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using PreparedStatement.
     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 prepared statement.
    4242
    4343{{{