IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add psDBInsertRows()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.