IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 26, 2005, 10:00:57 AM (21 years ago)
Author:
drobbin
Message:

changed p_psDBRunQuery to accept a variable argument list (as requested in rev 15)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.h

    r4589 r4612  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-07-21 01:40:10 $
     12 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-07-26 20:00:57 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    9292bool p_psDBRunQuery(
    9393    psDB *dbh,                         ///< Database handle
    94     const char *format                 ///< SQL string to execute
     94    const char *format,                ///< SQL string to execute
     95    ...                                ///< Arguments for name formatting and metadata item data.
    9596);
    9697
Note: See TracChangeset for help on using the changeset viewer.