Changes between Version 7 and Version 8 of UseCase0002PrototypeImplementation
- Timestamp:
- 06/26/26 22:19:03 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase0002PrototypeImplementation
v7 v8 52 52 == SQL commands used by the system == 53 53 54 The system first reads the list of possible requesters. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using !PreparedStatement.54 The system first reads the list of possible requesters. The question mark symbols (?) represent parameters that are filled by the Java application from the user input using prepared statements. 55 55 56 56 {{{
