IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2006, 4:26:50 PM (20 years ago)
Author:
jhoblitt
Message:

add tableName param to psDBGenerateConditionalSQL()
add tableName param to psDBGenerateWhereSQL()
add tableName param to psDBGenerateWhereConditionSQL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.h

    r8305 r8335  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-12 03:33:15 $
     12 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-08-15 02:26:50 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    362362 * @return psString:   A psString or NULL on failure
    363363 */
    364 char    *psDBGenerateWhereSQL(const psMetadata *where);
     364char    *psDBGenerateWhereSQL(const psMetadata *where, const char *tableName);
    365365
    366366/** Generates an SQL "where conditon" statement
     
    372372 * @return psString:   A psString or NULL on failure
    373373 */
    374 char *psDBGenerateWhereConditionSQL(const psMetadata *where);
     374char *psDBGenerateWhereConditionSQL(const psMetadata *where, const char *tableName);
    375375
    376376
Note: See TracChangeset for help on using the changeset viewer.