You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neilpoulin edited this page Oct 29, 2012
·
1 revision
All the tables extend a generic abstract base class, and each table class basically just provide the table name, column names, and a method to map the recordset row to an object. The object type is passed into the AbstractTable base class.