Changeset 5907 for trunk/glueforge/templates/psdb/insert_h.tt
- Timestamp:
- Jan 5, 2006, 2:16:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/insert_h.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/insert_h.tt
r4196 r5907 8 8 */ 9 9 10 bool [% namespace %]Insert(10 bool [% table.namespace %]Insert( 11 11 psDB *dbh, ///< Database handle 12 12 [%- SET i = 0 -%] 13 [% FOREACH item = columns -%]13 [% FOREACH item = table.columns -%] 14 14 [% IF i == 0 %][% i = 1 %][% ELSE %],[% END %] 15 15 [% IF item.type == "STR" -%]
Note:
See TracChangeset
for help on using the changeset viewer.
