Changeset 4258
- Timestamp:
- Jun 14, 2005, 3:03:19 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r4255 r4258 1 %%% $Id: ChangeLogSDRS.tex,v 1.14 2 2005-06-15 00:54:57jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.143 2005-06-15 01:03:19 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 716 716 \item added psImageMaskRegion, psImageKeepRegion 717 717 \item added psImageMaskCircle, psImageKeepCircle 718 \end{itemize} 718 \item add \code{limit} param to \code{psDBDeleteRows()} 719 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r4255 r4258 1 %%% $Id: psLibSDRS.tex,v 1.28 4 2005-06-15 00:54:58jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.285 2005-06-15 01:03:19 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3518 3518 3519 3519 \begin{prototype} 3520 psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where );3520 psS64 psDBDeleteRows(psDB *dbh, const char *tableName, const psMetadata *where, unsigned long long limit); 3521 3521 \end{prototype} 3522 3522 3523 3523 Delete 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 3525 of rows that may be deleted per invocation. A negative value is returned to 3526 indicate an error. 3526 3527 3527 3528 \subsection{FITS I/O Functions}
Note:
See TracChangeset
for help on using the changeset viewer.
