Changeset 3957 for trunk/psLib/src/db/psDB.h
- Timestamp:
- May 17, 2005, 2:55:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r3598 r3957 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 3-31 23:01:46 $12 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-05-18 00:55:36 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 81 81 psDB *dbh, ///< Database handle 82 82 const char *dbname ///< Database namespace 83 ); 84 85 /** Executes a SQL query 86 * 87 * This function will execute a string as a raw SQL query. No additional 88 * processing of the string or abstraction of the underlying database's SQL 89 * dialect is provided. Caveat emptor. 90 * 91 * @return true on success 92 */ 93 bool p_psDBRunQuery( 94 psDB *dbh, ///< Database handle 95 const char *query ///< SQL string to execute 83 96 ); 84 97
Note:
See TracChangeset
for help on using the changeset viewer.
