IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2005, 2:55:36 PM (21 years ago)
Author:
asc
Message:

Applied Josh's patch (bugzilla #413)

File:
1 edited

Legend:

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

    r3598 r3957  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-31 23:01:46 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-05-18 00:55:36 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    8181    psDB *dbh,                          ///< Database handle
    8282    const char *dbname                  ///< Database namespace
     83);
     84
     85/** Executes a SQL query
     86 *
     87 * This function will execute a string as a raw SQL query.  No additional
     88 * processing of the string or abstraction of the underlying database's SQL
     89 * dialect is provided.  Caveat emptor.
     90 *
     91 * @return true on success
     92 */
     93bool p_psDBRunQuery(
     94    psDB *dbh,                          ///< Database handle
     95    const char *query                   ///< SQL string to execute
    8396);
    8497
Note: See TracChangeset for help on using the changeset viewer.