Changes between Version 8 and Version 9 of UTGBCore/SQLite
- Timestamp:
- 10/12/07 21:26:34 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/SQLite
v8 v9 44 44 }}} 45 45 46 Note that, you have to adjust the column name within the SQL statement in order to correct setters in Person class . For example, person_id column is renamed into id, and it will invoke Person.setId(..) method. 47