IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 14, 2005, 3:03:19 PM (21 years ago)
Author:
jhoblitt
Message:

add limit param to psDBDeleteRows()

File:
1 edited

Legend:

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

    r4255 r4258  
    1 %%% $Id: psLibSDRS.tex,v 1.284 2005-06-15 00:54:58 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    35183518
    35193519\begin{prototype}
    3520 psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where);
     3520psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where, unsigned long long limit);
    35213521\end{prototype}
    35223522
    35233523Delete the rows that are matched by \code{where} using the same semantics for
    3524 \code{where} as in psDBUpdateRow().  A negative value is returned to indicate an
    3525 error.
     3524\code{where} as in psDBUpdateRow().  \code{limit} specifies the maximum number
     3525of rows that may be deleted per invocation.  A negative value is returned to
     3526indicate an error.
    35263527
    35273528\subsection{FITS I/O Functions}
Note: See TracChangeset for help on using the changeset viewer.