-
Committer:
Padraig O'Sullivan
-
Date:
2009-06-17 02:19:08 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1067.
-
Revision ID:
osullivan.padraig@gmail.com-20090617021908-3sqv5pi18eyvw11y
Removed the function pointers in the InfoSchemaTable class. Added a new
class (InfoSchemaMethods) to replace these functions pointers. We are
essentially using the strategy design pattern here (similar to what was
present before) except we are attempting to do it in a more OO manner.