IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 12:06:57 PM (20 years ago)
Author:
jhoblitt
Message:

add psDBAffectedRows()

File:
1 edited

Legend:

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

    r9990 r10044  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-15 01:34:42 $
     12 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-11-17 22:06:57 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    437437);
    438438
     439/** The number of rows modified or inserted by the last query
     440 *
     441 *  This function returns ((psU64) - 1) on error
     442 *
     443 * @return psU64
     444 */
     445psU64 psDBAffectedRows(
     446    psDB *dbh                           ///< Database handle
     447);
    439448
    440449/// @}
Note: See TracChangeset for help on using the changeset viewer.