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