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

    r3871 r5907  
    55 */
    66
    7 psDB *[% namespace %]Init(
     7psDB *[% table.namespace %]Init(
    88    const char      *host,              ///< Database server hostname
    99    const char      *user,              ///< Database username
    1010    const char      *passwd,            ///< Database password
    11     const char      *dbname             ///< Database namespace
     11    const char      *dbname             ///< Database table.namespace
    1212);
Note: See TracChangeset for help on using the changeset viewer.