Changeset 7386 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Jun 6, 2006, 5:40:43 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
r7211 r7386 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 5-25 21:19:45$12 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-07 03:40:43 $ 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 /** Fetches the result of a SQL query 99 * 100 * This function returns the result of the most recent SQL query as a psArray 101 * of psMetadata. Caveat emptor. 102 * 103 * @return psArray*: A psArray of psMetadata or NULL on failure 104 */ 105 psArray *p_psDBFetchResult( 106 psDB *dbh ///< Database handle 96 107 ); 97 108
Note:
See TracChangeset
for help on using the changeset viewer.
