Changeset 4342 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Jun 21, 2005, 4:05:41 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r4312 r4342 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06- 18 00:53:32$12 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-22 02:05:41 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 93 93 bool p_psDBRunQuery( 94 94 psDB *dbh, ///< Database handle 95 const char * query///< SQL string to execute95 const char *format ///< SQL string to execute 96 96 ); 97 97 … … 119 119 psDB *dbh, ///< Database handle 120 120 const char *tableName, ///< Table name 121 psMetadata *md///< Column names, types, and indexes121 const psMetadata *md ///< Column names, types, and indexes 122 122 ); 123 123 … … 179 179 psDB *dbh, ///< Database handle 180 180 const char *tableName, ///< Table name 181 psMetadata *where, ///< Row match criteria181 const psMetadata *where, ///< Row match criteria 182 182 unsigned long long limit ///< Maximum number of elements to return 183 183 ); … … 197 197 psDB *dbh, ///< Database handle 198 198 const char *tableName, ///< Table name 199 psMetadata *row///< Row description199 const psMetadata *row ///< Row description 200 200 ); 201 201 … … 254 254 psDB *dbh, ///< Database handle 255 255 const char *tableName, ///< Table name 256 psMetadata *where,///< Row match criteria257 psMetadata *values///< new field values256 const psMetadata *where, ///< Row match criteria 257 const psMetadata *values ///< new field values 258 258 ); 259 259 … … 271 271 psDB *dbh, ///< Database handle 272 272 const char *tableName, ///< Table name 273 psMetadata *where ///< Row match criteria273 const psMetadata *where ///< Row match criteria 274 274 ); 275 275
Note:
See TracChangeset
for help on using the changeset viewer.
