Changeset 4128 for trunk/psLib/src/db
- Timestamp:
- Jun 6, 2005, 4:29:44 PM (21 years ago)
- Location:
- trunk/psLib/src/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r4106 r4128 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06-0 3 23:48:38$14 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-07 02:29:44 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii 18 18 */ 19 19 20 #if def BUILD_PSDB20 #ifndef OMIT_PSDB 21 21 22 22 #include <stdio.h> … … 1623 1623 } 1624 1624 1625 #endif // BUILD_PSDB1625 #endif // OMIT_PSDB -
trunk/psLib/src/db/psDB.h
r3957 r4128 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 5-18 00:55:36$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-07 02:29:44 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 #define PS_DB_H 1 20 20 21 #if def BUILD_PSDB21 #ifndef OMIT_PSDB 22 22 23 23 #include "psType.h" … … 109 109 * string. The value of the psMetadataItem.data element is unused for the 110 110 * PS_META_PRIMITIVE types. Other psMetadata types beyond PS_META_STR and 111 * PS_META_PRIMITIVE are not allowed in a table definition. 111 * PS_META_PRIMITIVE are not allowed in a table definition. 112 112 * 113 113 * Database indexes can be specified setting the "comment" field to "Primary … … 276 276 /// @} 277 277 278 #endif // BUILD_PSDB278 #endif // OMIT_PSDB 279 279 280 280 #endif // PS_DB_H
Note:
See TracChangeset
for help on using the changeset viewer.
