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/insertobject_h.tt

    r3871 r5907  
    11[% USE format -%]
    22[% indented = format('%-15s %-20s') -%]
    3 /** Insert a single [% object_name %] object into a table
     3/** Insert a single [% table.object_name %] object into a table
    44 *
    55 * This function constructs and inserts a single row based on it's parameters.
     
    88 */
    99
    10 bool [% namespace %]InsertObject(
     10bool [% table.namespace %]InsertObject(
    1111    psDB            *dbh,               ///< Database handle
    12     [% indented(object_name, "*object") %]///< [% object_name %] object
     12    [% indented(table.object_name, "*object") %]///< [% table.object_name %] object
    1313);
Note: See TracChangeset for help on using the changeset viewer.