IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3953


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

add p_psDBRunQuery()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r3950 r3953  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.98 2005-05-16 22:07:45 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.99 2005-05-17 00:18:46 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    589589    \begin{itemize}
    590590    \item change \code{psDBCreateTable()}'s definition to be clear about how to combine indexes and auto-increment
     591    \item add \code{p_psDBRunQuery()}
    591592    \end{itemize}
    592593\end{itemize}
  • 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.