IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2005, 4:05:41 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4312 r4342  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-18 00:53:32 $
     12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-22 02:05:41 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    9393bool p_psDBRunQuery(
    9494    psDB *dbh,                          ///< Database handle
    95     const char *query                   ///< SQL string to execute
     95    const char *format                  ///< SQL string to execute
    9696);
    9797
     
    119119    psDB *dbh,                          ///< Database handle
    120120    const char *tableName,              ///< Table name
    121     psMetadata *md                      ///< Column names, types, and indexes
     121    const psMetadata *md                ///< Column names, types, and indexes
    122122);
    123123
     
    179179    psDB *dbh,                          ///< Database handle
    180180    const char *tableName,              ///< Table name
    181     psMetadata *where,            ///< Row match criteria
     181    const psMetadata *where,            ///< Row match criteria
    182182    unsigned long long limit            ///< Maximum number of elements to return
    183183);
     
    197197    psDB *dbh,                          ///< Database handle
    198198    const char *tableName,              ///< Table name
    199     psMetadata *row                     ///< Row description
     199    const psMetadata *row               ///< Row description
    200200);
    201201
     
    254254    psDB *dbh,                          ///< Database handle
    255255    const char *tableName,              ///< Table name
    256     psMetadata *where,                  ///< Row match criteria
    257     psMetadata *values                  ///< new field values
     256    const psMetadata *where,            ///< Row match criteria
     257    const psMetadata *values            ///< new field values
    258258);
    259259
     
    271271    psDB *dbh,                          ///< Database handle
    272272    const char *tableName,             ///< Table name
    273     psMetadata *where                  ///< Row match criteria
     273    const psMetadata *where                  ///< Row match criteria
    274274);
    275275
Note: See TracChangeset for help on using the changeset viewer.