Changeset 3966 for branches/pap_branch_050513/psLib/src/db/psDB.h
- Timestamp:
- May 18, 2005, 3:09:57 PM (21 years ago)
- File:
-
- 1 edited
-
branches/pap_branch_050513/psLib/src/db/psDB.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_050513/psLib/src/db/psDB.h
r3598 r3966 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.5.8.1 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-05-19 01:09:56 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 106 106 psDB *dbh, ///< Database handle 107 107 const char *tableName, ///< Table name 108 psMetadata *md///< Column names, types, and indexes108 const psMetadata *md ///< Column names, types, and indexes 109 109 ); 110 110 … … 184 184 psDB *dbh, ///< Database handle 185 185 const char *tableName, ///< Table name 186 psMetadata *row///< Row description186 const psMetadata *row ///< Row description 187 187 ); 188 188 … … 199 199 psDB *dbh, ///< Database handle 200 200 const char *tableName, ///< Table name 201 psArray *rowSet///< Set of rows to insert201 const psArray *rowSet ///< Set of rows to insert 202 202 ); 203 203 … … 241 241 psDB *dbh, ///< Database handle 242 242 const char *tableName, ///< Table name 243 psMetadata *where,///< Row match criteria244 psMetadata *values///< new field values243 const psMetadata *where, ///< Row match criteria 244 const psMetadata *values ///< new field values 245 245 ); 246 246 … … 258 258 psDB *dbh, ///< Database handle 259 259 const char *tableName, ///< Table name 260 psMetadata *where///< Row match criteria260 const psMetadata *where ///< Row match criteria 261 261 ); 262 262
Note:
See TracChangeset
for help on using the changeset viewer.
