IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 2:53:32 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4128 r4312  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-06-07 02:29:44 $
     12 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-18 00:53:32 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    143143    const char *tableName,              ///< Table name
    144144    const char *col,                    ///< Column name
    145     const psU64 limit                   ///< Maximum number of elements to return
     145    unsigned long long limit                   ///< Maximum number of elements to return
    146146);
    147147
     
    158158    const char *tableName,              ///< Table name
    159159    const char *col,                    ///< Column name
    160     psElemType pType,                   ///< Resulting psVector type
    161     const psU64 limit                   ///< Maximum number of elements to return
     160    psElemType type,                   ///< Resulting psVector type
     161    unsigned long long limit            ///< Maximum number of elements to return
    162162);
    163163
     
    179179    psDB *dbh,                          ///< Database handle
    180180    const char *tableName,              ///< Table name
    181     psMetadata *where,                  ///< Row match criteria
    182     const psU64 limit                   ///< Maximum number of elements to return
     181    psMetadata *where,            ///< Row match criteria
     182    unsigned long long limit            ///< Maximum number of elements to return
    183183);
    184184
     
    212212    psDB *dbh,                          ///< Database handle
    213213    const char *tableName,              ///< Table name
    214     psArray *rowSet                     ///< Set of rows to insert
     214    const psArray *rowSet                     ///< Set of rows to insert
    215215);
    216216
Note: See TracChangeset for help on using the changeset viewer.