IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2005, 2:18:46 PM (21 years ago)
Author:
jhoblitt
Message:

add p_psDBRunQuery()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r3951 r3953  
    1 %%% $Id: psLibSDRS.tex,v 1.222 2005-05-16 22:13:01 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.223 2005-05-17 00:18:46 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    44364436
    44374437\begin{verbatim}
     4438    bool p_psDBRunQuery(psDB *dbh, const char *query);
     4439\end{verbatim}
     4440
     4441This function will execute a string as a raw SQL query.  No additional
     4442processing of the string or abstraction of the underlying database's SQL
     4443dialect is provided.
     4444
     4445\begin{verbatim}
    44384446    psArray *psDBSelectColumn(psDB *dbh, const char *tableName, const char *col, const psU64 limit);
    44394447    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.