Changeset 10044 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Nov 17, 2006, 12:06:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r9990 r10044 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-11-1 5 01:34:42$12 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-11-17 22:06:57 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 437 437 ); 438 438 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 */ 445 psU64 psDBAffectedRows( 446 psDB *dbh ///< Database handle 447 ); 439 448 440 449 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
