IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 2:16:35 PM (21 years ago)
Author:
jhoblitt
Message:

split global and per table data
forward port generated code to pslib 0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/pop_h.tt

    r4196 r5907  
    66 */
    77
    8 bool [% namespace %]Pop(
     8bool [% table.namespace %]Pop(
    99    psDB            *dbh,               ///< Database handle
    1010[%- SET i = 0 -%]
    11 [% FOREACH item = columns -%]
     11[% FOREACH item = table.columns -%]
    1212[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
    1313[% IF item.type == "STR" -%]
Note: See TracChangeset for help on using the changeset viewer.