/**
  * INTERNAL: Common table processing for table, secondary table, join table and collection table.
  */
 protected void processTable(TableMetadata table, String defaultName) {
   getProject()
       .processTable(
           table, defaultName, m_descriptor.getDefaultCatalog(), m_descriptor.getDefaultSchema());
 }