Changeset 8305 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Aug 11, 2006, 5:33:15 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
r8251 r8305 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08- 09 04:30:00$12 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-12 03:33:15 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 364 364 char *psDBGenerateWhereSQL(const psMetadata *where); 365 365 366 /** Generates an SQL "where conditon" statement 367 * 368 * This function generates a "Where" fragment but omits the "Where" keyword. 369 * This function generates an SQL fragment (not a whole usable query) based on 370 * the standard "where" metadata format. 371 * 372 * @return psString: A psString or NULL on failure 373 */ 374 char *psDBGenerateWhereConditionSQL(const psMetadata *where); 375 376 366 377 /// @} 367 378
Note:
See TracChangeset
for help on using the changeset viewer.
