Add DDL generation support for Object tables
Brought to you by:
randolf_geist
Currently SQLTools errors out with a generic exception when attempting to generate DDL for object tables.
At least the exception handling should be enhanced, and the DBMS_METADATA option should be supported. Enhancing the internal DDL generation code accordingly to support object tables will be quite tedious, though.