yes - it is possible to rewrite a POG object to do that, but I don't
think that
follows the 5th normal form that we encourage.
what you would be doing is making the POG interface into a generic
tool
for accessing the oddly highly similar database tables. I'd recommend
generating the POG object that is close, then modify all things that
reference
the table into a passed in variable or whatever. It won't be as clean,
but it would
suffice, I think.