summaryrefslogtreecommitdiff
path: root/src/dal/recordset.h
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-4/+0
MovingObject and Player classes.
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-6/+0
2005-06-16Simplified APIs, change namespace from tmw to tmwserv, implemented MySQL ↵Huynh Tran1-41/+39
data provider, added unit tests (require CPPUnit) and bug fixes.
2005-06-16Created Storage child which uses DAL (used by default now).Aaron Marks1-2/+2
Updated RecoredSet to allow access to rows() and cols().
2005-06-14Reworked RecordSet and implemented the SQLite Data ProviderHuynh Tran1-87/+91
2005-06-13Initial release of the Database Abstraction LayerHuynh Tran1-0/+208