IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3159


Ignore:
Timestamp:
Feb 7, 2005, 11:57:29 PM (21 years ago)
Author:
jhoblitt
Message:

add psDBInsertRows()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r3158 r3159  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.63 2005-02-08 08:57:20 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.64 2005-02-08 09:57:29 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    458458\item renamed psDBDeleteRow() to psDBDeleteRows()
    459459\item renamed psDBInsertRow() to psDBInsertOneRow()
    460 \end{itemize}
     460\item add psDBInsertRows()
     461\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r3158 r3159  
    1 %%% $Id: psLibSDRS.tex,v 1.175 2005-02-08 08:57:20 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.176 2005-02-08 09:57:29 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    44304430
    44314431\begin{verbatim}
     4432    bool psDBInsertRows(psDB *dbh, const char *tableName, psArray *rowSet);
     4433\end{verbatim}
     4434
     4435Similar to \code{psDBInsertOneRow()}, this function inserts many rows at once
     4436and is atomic for the complete set of rows.
     4437
     4438\begin{verbatim}
    44324439    psArray *psDBDumpRows(psDB *dbh, const char *tableName);
    44334440\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.