Changeset 3953 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- May 16, 2005, 2:18:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r3951 r3953 1 %%% $Id: psLibSDRS.tex,v 1.22 2 2005-05-16 22:13:01jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.223 2005-05-17 00:18:46 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4436 4436 4437 4437 \begin{verbatim} 4438 bool p_psDBRunQuery(psDB *dbh, const char *query); 4439 \end{verbatim} 4440 4441 This function will execute a string as a raw SQL query. No additional 4442 processing of the string or abstraction of the underlying database's SQL 4443 dialect is provided. 4444 4445 \begin{verbatim} 4438 4446 psArray *psDBSelectColumn(psDB *dbh, const char *tableName, const char *col, const psU64 limit); 4439 4447 psVector *psDBSelectColumnNum(psDB *dbh, const char *tableName, const char *col, psMetadataType type, const psU64 limit);
Note:
See TracChangeset
for help on using the changeset viewer.
