Changeset 9538 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Oct 13, 2006, 11:13:48 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r9422 r9538 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-10- 09 22:11:34$12 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-10-13 21:13:47 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 381 381 * @return psString: A psString or NULL on failure 382 382 */ 383 char *psDBGenerateWhereSQL(383 psString psDBGenerateWhereSQL( 384 384 const psMetadata *where, ///< Row match criteria 385 385 const char *tableName ///< Table name … … 394 394 * @return psString: A psString or NULL on failure 395 395 */ 396 char *psDBGenerateWhereConditionSQL(396 psString psDBGenerateWhereConditionSQL( 397 397 const psMetadata *where, ///< Row match criteria 398 398 const char *tableName ///< Table name
Note:
See TracChangeset
for help on using the changeset viewer.
