IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 6, 2006, 5:40:43 PM (20 years ago)
Author:
Paul Price
Message:

Applying patch from Josh to break up existing function.

File:
1 edited

Legend:

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

    r7211 r7386  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-05-25 21:19:45 $
     12 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-06-07 03:40:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    9494    const char *format,                ///< SQL string to execute
    9595    ...                                ///< Arguments for name formatting and metadata item data.
     96);
     97
     98/** Fetches the result of a SQL query
     99 *
     100 * This function returns the result of the most recent SQL query as a psArray
     101 * of psMetadata.  Caveat emptor.
     102 *
     103 * @return psArray*:    A psArray of psMetadata or NULL on failure
     104 */
     105psArray *p_psDBFetchResult(
     106    psDB *dbh                          ///< Database handle
    96107);
    97108
Note: See TracChangeset for help on using the changeset viewer.