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

    r3915 r5907  
    11/** Removes the last row from the database and returns it
    22 *
    3  * @return A new [% object_name %] on success or NULL on failure.
     3 * @return A new [% table.object_name %] on success or NULL on failure.
    44 */
    55
    6 [% object_name %] *[% namespace %]PopObject(
     6[% table.object_name %] *[% table.namespace %]PopObject(
    77    psDB            *dbh                ///< Database handle
    88);
Note: See TracChangeset for help on using the changeset viewer.