Changes between Version 2 and Version 3 of UseCase0003PrototypeImplementation
- Timestamp:
- 06/26/26 22:24:28 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase0003PrototypeImplementation
v2 v3 45 45 46 46 == SQL commands used by the system == 47 The question mark symbols (?) represent parameters that are filled by the Java application from the user input using PreparedStatement.47 The question mark symbols (?) represent parameters that are filled by the Java application from the user input using prepared statements. 48 48 49 49 The system first lists all pending reservations.
