IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2005, 4:40:21 PM (21 years ago)
Author:
jhoblitt
Message:

fix dereference error in psDBSelectRows()
add psDBDumpCols()
add psDBMySQLToPType()

File:
1 edited

Legend:

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

    r3188 r3202  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-10 20:56:41 $
     12 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-12 02:40:21 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    5555psArray *psDBDumpRows(psDB *dbh, const char *tableName);
    5656
     57psMetadata *psDBDumpCols(psDB *dbh, const char *tableName);
     58
    5759psS64 psDBUpdateRows(psDB *dbh, const char *tableName, psMetadata *where, psMetadata *values);
    5860
Note: See TracChangeset for help on using the changeset viewer.