IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 3:42:51 PM (19 years ago)
Author:
jhoblitt
Message:

add psDBGenerateLimitSQL()

File:
1 edited

Legend:

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

    r10487 r10669  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-06 03:01:42 $
     12 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-12-13 01:42:51 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    427427);
    428428
     429/** Generates an SQL "limit" statement
     430 *
     431 * This function generates an SQL fragment (not a whole usable query).
     432 *
     433 * @return psString:   A psString or NULL on failure
     434 */
     435psString psDBGenerateLimitSQL(
     436    psU64 limit                         ///< result set row limit
     437);
     438
    429439/** converts an integer into a psString
    430440 *
Note: See TracChangeset for help on using the changeset viewer.