}
// Do the actual delete of this table
// TODO Assert if this table is not yet initialised ?
DeleteRequest req = getDeleteRequest(table, sm.getObject().getClass(), clr);
req.execute(sm);
DatastoreClass supertable = table.getSuperDatastoreClass();
if (supertable != null)
{
// Process the superclass table last