IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 6:30:00 PM (20 years ago)
Author:
jhoblitt
Message:

make psDBGenerateWhereSQL() public
add psTrace() calls to the query execution functions

File:
1 edited

Legend:

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

    r7651 r8251  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-06-23 02:57:04 $
     12 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-08-09 04:30:00 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    355355);
    356356
     357/** Generates an SQL "Where" fragment
     358 *
     359 * This function generates an SQL fragment (not a whole usable query) based on
     360 * the standard "where" metadata format.
     361 *
     362 * @return psString:   A psString or NULL on failure
     363 */
     364char    *psDBGenerateWhereSQL(const psMetadata *where);
     365
    357366/// @}
    358367
Note: See TracChangeset for help on using the changeset viewer.