Changeset 7050 for trunk/psLib/src/db/psDB.h
- Timestamp:
- May 2, 2006, 4:35:37 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
r5136 r7050 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-09-26 21:13:16$12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-05-03 02:35:37 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 275 275 ); 276 276 277 /** Get the last insert ID 278 * 279 * Returns the value of MySQLs 'LAST_INSERT_ID()' function 280 * 281 * @return long: The last insert ID 282 */ 283 long psDBLastInsertID( 284 psDB *dbh ///< Database handle 285 ); 286 277 287 /// @} 278 288
Note:
See TracChangeset
for help on using the changeset viewer.
