IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 4:57:04 PM (20 years ago)
Author:
jhoblitt
Message:

change psDBInsertRows() to use p_psDBRunQueryPrepared()
change psDBUpdateRows() to use p_psDBRunQueryPrepared()

File:
1 edited

Legend:

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

    r7644 r7651  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-06-23 01:51:48 $
     12 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-06-23 02:57:04 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    281281    const char *tableName,             ///< Table name
    282282    const psMetadata *where,           ///< Row match criteria
    283     const psMetadata *values           ///< new field values
     283    psMetadata *values                 ///< new field values
    284284);
    285285
Note: See TracChangeset for help on using the changeset viewer.