Changeset 4326 for trunk/glueforge/templates/psdb/insertobject.tt
- Timestamp:
- Jun 20, 2005, 2:54:17 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/insertobject.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/insertobject.tt
r4196 r4326 1 1 bool [% namespace %]InsertObject(psDB *dbh, [% object_name %] *object) 2 2 { 3 bool status; 4 5 status = [% namespace %]Insert(dbh, 3 return [% namespace %]Insert(dbh, 6 4 [%- SET i = 0 -%] 7 5 [%- FOREACH item = columns -%] … … 10 8 [%- END -%] 11 9 ); 12 13 return status;14 10 }
Note:
See TracChangeset
for help on using the changeset viewer.
