| 6 |
|
* that the id references may be inserted to multiple tables |
| 7 |
|
* using an autoincrement field. |
| 8 |
|
* |
| 9 |
+ |
* CONCLUSION: This class makes use of transaction features on |
| 10 |
+ |
* the mySQL database. Running the main method reveals that MySQL |
| 11 |
+ |
* versions older than 3.23.15 do not support transactions. |
| 12 |
+ |
* This is unfortunate, as raptor currently uses 3.22.32-log. |
| 13 |
+ |
* We shall have to find another way of doing things... |
| 14 |
+ |
* |
| 15 |
|
* IMPORTANT: This method obtains the database user and database |
| 16 |
|
* connection password from the Password class. As such, this |
| 17 |
|
* class may be safely placed in a public CVS repository. |