Changeset 1308
- Timestamp:
- 06/12/09 03:47:49 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
BaseTenAssistant/BaseTenAssistant.xcodeproj/project.pbxproj (modified) (1 diff)
-
Sources/BaseTen.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BaseTenAssistant/BaseTenAssistant.xcodeproj/project.pbxproj
r1302 r1308 104 104 containerPortal = 53F749930E362E62003C2E55 /* BaseTenAppKit.xcodeproj */; 105 105 proxyType = 1; 106 remoteGlobalIDString = 535444570D634D9C002A6C47 /* BaseTenAppKit + GC */;106 remoteGlobalIDString = 535444570D634D9C002A6C47; 107 107 remoteInfo = "BaseTenAppKit + GC"; 108 108 }; -
trunk/Sources/BaseTen.h
r1302 r1308 365 365 * BXDatabaseObjects implement NSKeyValueCoding and object values may thus be accessed with 366 366 * -valueForKey: and -setValue:forKey:. The key will be the column name. As with 367 * NSManagedObject, methods like - <key> and -set<Key>: are also automatically available.367 * NSManagedObject, methods like -<em>key</em> and -set<em>Key</em>: are also automatically available. 368 368 * 369 369 * Column values are converted to Foundation objects based on the column type. Currently, there is no way to
