Changeset 7644 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Jun 22, 2006, 3:51:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r7386 r7644 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-06- 07 03:40:43$12 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-23 01:51:48 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 94 94 const char *format, ///< SQL string to execute 95 95 ... ///< Arguments for name formatting and metadata item data. 96 ); 97 98 /** Executes a SQL query as a prepared statement 99 * 100 * This function will execute a string as a raw SQL query. No additional 101 * processing of the string or abstraction of the underlying database's SQL 102 * dialect is provided. Caveat emptor. 103 * 104 * @return long: the number of database rows affected 105 */ 106 long p_psDBRunQueryPrepared( 107 psDB *dbh, ///< Database handle 108 const psArray *rowSet, ///< row data as psArray of psMetadata 109 const char *format, ///< SQL string to execute 110 ... 96 111 ); 97 112
Note:
See TracChangeset
for help on using the changeset viewer.
