Changeset 4128 for trunk/psLib/src/dataIO/psDB.h
- Timestamp:
- Jun 6, 2005, 4:29:44 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataIO/psDB.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataIO/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.
