IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4429 for trunk/psLib/src/db


Ignore:
Timestamp:
Jun 29, 2005, 9:43:55 AM (21 years ago)
Author:
evanalst
Message:

Update definition of psDBDeleteRows to include limit argument.

File:
1 edited

Legend:

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

    r4342 r4429  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-22 02:05:41 $
     12 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-29 19:43:55 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    270270psS64 psDBDeleteRows(
    271271    psDB *dbh,                          ///< Database handle
    272     const char *tableName,             ///< Table name
    273     const psMetadata *where                  ///< Row match criteria
     272    const char *tableName,              ///< Table name
     273    const psMetadata *where,            ///< Row match criteria
     274    unsigned long long limit            ///< Maximum number of rows to delete
    274275);
    275276
Note: See TracChangeset for help on using the changeset viewer.