Changeset 4258 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 14, 2005, 3:03:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
