Changeset 4312 for trunk/psLib/src/db/psDB.h
- Timestamp:
- Jun 17, 2005, 2:53:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.h
r4128 r4312 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06- 07 02:29:44$12 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-18 00:53:32 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 143 143 const char *tableName, ///< Table name 144 144 const char *col, ///< Column name 145 const psU64limit ///< Maximum number of elements to return145 unsigned long long limit ///< Maximum number of elements to return 146 146 ); 147 147 … … 158 158 const char *tableName, ///< Table name 159 159 const char *col, ///< Column name 160 psElemType pType, ///< Resulting psVector type161 const psU64 limit///< Maximum number of elements to return160 psElemType type, ///< Resulting psVector type 161 unsigned long long limit ///< Maximum number of elements to return 162 162 ); 163 163 … … 179 179 psDB *dbh, ///< Database handle 180 180 const char *tableName, ///< Table name 181 psMetadata *where, ///< Row match criteria182 const psU64 limit///< Maximum number of elements to return181 psMetadata *where, ///< Row match criteria 182 unsigned long long limit ///< Maximum number of elements to return 183 183 ); 184 184 … … 212 212 psDB *dbh, ///< Database handle 213 213 const char *tableName, ///< Table name 214 psArray *rowSet ///< Set of rows to insert214 const psArray *rowSet ///< Set of rows to insert 215 215 ); 216 216
Note:
See TracChangeset
for help on using the changeset viewer.
