Changeset 8336
- Timestamp:
- Aug 14, 2006, 4:28:13 PM (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
r8335 r8336 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08-15 02:2 6:50$12 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-15 02:28:13 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 362 362 * @return psString: A psString or NULL on failure 363 363 */ 364 char *psDBGenerateWhereSQL(const psMetadata *where, const char *tableName); 364 char *psDBGenerateWhereSQL( 365 const psMetadata *where, ///< Row match criteria 366 const char *tableName ///< Table name 367 ); 365 368 366 369 /** Generates an SQL "where conditon" statement … … 372 375 * @return psString: A psString or NULL on failure 373 376 */ 374 char *psDBGenerateWhereConditionSQL(const psMetadata *where, const char *tableName); 377 char *psDBGenerateWhereConditionSQL( 378 const psMetadata *where, ///< Row match criteria 379 const char *tableName ///< Table name 380 ); 375 381 376 382
Note:
See TracChangeset
for help on using the changeset viewer.
