IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2005, 2:02:16 PM (21 years ago)
Author:
jhoblitt
Message:

add psDBInsertRows()
change mysqlType typdef to use enum_field_types
test tweaks

File:
1 edited

Legend:

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

    r3166 r3175  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-02-09 01:15:39 $
     12 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-10 00:02:16 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    5151bool psDBInsertOneRow(psDB *dbh, const char *tableName, psMetadata *row);
    5252
     53bool psDBInsertRows(psDB *dbh, const char *tableName, psArray *rowSet);
     54
    5355psArray *psDBDumpRows(psDB *dbh, const char *tableName);
    5456
Note: See TracChangeset for help on using the changeset viewer.