Changes between Version 10 and Version 11 of UTGBCore/SQLite
- Timestamp:
- 10/12/07 21:36:36 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/SQLite
v10 v11 71 71 }}} 72 72 73 Note that, you have to adjust the column name within the SQL statement in order to c orrect setters in Person class. For example, person_id column is renamed into id, and it will invoke Person.setId(..) method.73 Note that, you have to adjust the column name within the SQL statement in order to call correct setters in the Person class. For example, person_id column is renamed into id, and it will invoke Person.setId(..) method. 74 74