IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 2:33:32 PM (21 years ago)
Author:
jhoblitt
Message:

add limit param to psDBSelectRows()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/psdb/psDB.h

    r3230 r3234  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-15 22:11:21 $
     12 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-16 00:33:32 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    162162    psDB *dbh,                          ///< Database handle
    163163    const char *tableName,              ///< Table name
    164     psMetadata *where                   ///< Row match criteria
     164    psMetadata *where,                  ///< Row match criteria
     165    const psU64 limit                   ///< Maximum number of elements to return
    165166);
    166167
Note: See TracChangeset for help on using the changeset viewer.