December 5, 2016 at 2:17 pm
#9882
One of the problems with table classes is that they add a layer of complication that is not needed. An object class can store all your sql methods for all your tables; it can still be sub-classed if you only want some methods available for certain tables and seems a more elegant solution. Table classes can end up polluting your library with lots of extra classes as you already have a schema class to define the table definition.