Changeset 4259
- Timestamp:
- Jun 14, 2005, 3:08:13 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
r4258 r4259 1 %%% $Id: ChangeLogSDRS.tex,v 1.14 3 2005-06-15 01:03:19jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.144 2005-06-15 01:08:13 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 717 717 \item added psImageMaskCircle, psImageKeepCircle 718 718 \item add \code{limit} param to \code{psDBDeleteRows()} 719 \end{itemize} 719 \item change \code{p_psDBRunQuery()} to accept a \code{printf()} style format 720 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r4258 r4259 1 %%% $Id: psLibSDRS.tex,v 1.28 5 2005-06-15 01:03:19jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.286 2005-06-15 01:08:13 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3443 3443 3444 3444 \begin{prototype} 3445 bool p_psDBRunQuery(psDB *dbh, const char *query); 3446 \end{prototype} 3447 3448 This function will execute a string as a raw SQL query. No additional 3449 processing of the string or abstraction of the underlying database's SQL 3450 dialect is provided. 3445 bool p_psDBRunQuery(psDB *dbh, const char *format, ...); 3446 \end{prototype} 3447 3448 This function will execute a string as a raw SQL query. \code{format} is a 3449 \code{printf} style formatting code to be implimented with \code{vsprintf()}. 3450 No additional processing of the string or abstraction of the underlying 3451 database's SQL dialect is provided. 3451 3452 3452 3453 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
