I need to decode some SQL datatypes. I have an AttributeDef object and I call
the getSQLType() method which returns a '12'. According to what I can find
in Oracle's documentation a type 12 is a SQL date type. Unfortunately, these
are not date fields. Not too helpfull...

Thanks,
David