IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 11, 2006, 5:33:15 PM (20 years ago)
Author:
jhoblitt
Message:

add psDBGenerateWhereConditionSQL()

File:
1 edited

Legend:

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

    r8251 r8305  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.21 $ $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 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    364364char    *psDBGenerateWhereSQL(const psMetadata *where);
    365365
     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 */
     374char *psDBGenerateWhereConditionSQL(const psMetadata *where);
     375
     376
    366377/// @}
    367378
Note: See TracChangeset for help on using the changeset viewer.