Changeset 8335 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Aug 14, 2006, 4:26:50 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
r8305 r8335 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08-1 2 03:33:15$12 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-15 02:26:50 $ 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 );364 char *psDBGenerateWhereSQL(const psMetadata *where, const char *tableName); 365 365 366 366 /** Generates an SQL "where conditon" statement … … 372 372 * @return psString: A psString or NULL on failure 373 373 */ 374 char *psDBGenerateWhereConditionSQL(const psMetadata *where );374 char *psDBGenerateWhereConditionSQL(const psMetadata *where, const char *tableName); 375 375 376 376
Note:
See TracChangeset
for help on using the changeset viewer.
