Changeset 5907 for trunk/glueforge/templates/psdb/pop_c.tt
- Timestamp:
- Jan 5, 2006, 2:16:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/templates/psdb/pop_c.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/templates/psdb/pop_c.tt
r4327 r5907 8 8 { 9 9 psDB *dbh; 10 [% FOREACH item = columns -%]10 [% FOREACH item = table.columns -%] 11 11 [% IF item.type == "STR" -%] 12 12 [% indented("char", "$item.name[256]") %]; … … 21 21 } 22 22 23 if (![% namespace %]Pop(dbh,23 if (![% table.namespace %]Pop(dbh, 24 24 [%- SET i = 0 -%] 25 [% FOREACH item = columns -%]25 [% FOREACH item = table.columns -%] 26 26 [% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%] 27 27 [% IF item.type == "STR" -%]
Note:
See TracChangeset
for help on using the changeset viewer.
