Changeset 4429 for trunk/psLib/src/db
- Timestamp:
- Jun 29, 2005, 9:43:55 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r4342 r4429 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06-2 2 02:05:41$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-29 19:43:55 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 270 270 psS64 psDBDeleteRows( 271 271 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 274 275 ); 275 276
Note:
See TracChangeset
for help on using the changeset viewer.
