Wednesday, May 21, 2008
Monday, May 19, 2008
File Directory
We have a place to put all the source files now.
http://csgsc.cs.ucla.edu/~loCal/LoCal/
Sunday, May 18, 2008
Updates
Db Interface:
- Updated that getLocations(int uid,char type) and getAllLocations(uid) will be returning LocationList object now
Output: LocationList
- Not sure how to handle updates?
- is there a way to do an exception handling?
- can we have getters and setters for location objects?
- how to access getType for subloc?
- Written methods:
+LocationList getLocations(uid,type)
+LocationList getAllLocations(uid)
+Location getLocation(lid,uid)
+- addLocation
+- addEvent
+- getEvent
some notes
Some things I learned:
- Python e32db auto incremented value starts with 0
- e23db doesn't support joins
- python doesn't support switch statement but it does have lambda like in scheme
Subscribe to:
Posts (Atom)
