IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:13:48 AM (20 years ago)
Author:
Paul Price
Message:

Synchronising with SDRS, and cleaning up:

  • Replaced is_psType() with PS_ASSERT_PTR() throughout psLib.
  • Changed "char *" to "psString" where appropriate in psDB and a few other places (to indicate pointers on the PS memory system).
  • Removed psLogArguments and psTraceArguments (functionality in psArgumentVerbosity).
  • Renamed psMetadataLookupMD to psMetadataLookupMetadata (it was about time...). Similarly with the psPolynomial?D{From,To}MD functions.
  • Removed psMetadataRemove() since it is ambiguous about what's removed --- use psMetadataRemove{Key,Index}.
  • psArrayRemoveByPos --> psArrayRemoveIndex
  • psArrayRemove --> psArrayRemoveData
File:
1 edited

Legend:

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

    r9422 r9538  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-10-09 22:11:34 $
     12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-10-13 21:13:47 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    381381 * @return psString:   A psString or NULL on failure
    382382 */
    383 char    *psDBGenerateWhereSQL(
     383psString psDBGenerateWhereSQL(
    384384    const psMetadata *where,           ///< Row match criteria
    385385    const char *tableName              ///< Table name
     
    394394 * @return psString:   A psString or NULL on failure
    395395 */
    396 char *psDBGenerateWhereConditionSQL(
     396psString psDBGenerateWhereConditionSQL(
    397397    const psMetadata *where,           ///< Row match criteria
    398398    const char *tableName              ///< Table name
Note: See TracChangeset for help on using the changeset viewer.