// Check existence
int tableType = RDBMSStoreHelper.getTableType(storeMgr, this, conn);
if (tableType == TABLE_TYPE_MISSING)
{
throw new MissingTableException(getCatalogName(), getSchemaName(), this.toString());
}
long startTime = System.currentTimeMillis();
if (JPOXLogger.DATASTORE_SCHEMA.isDebugEnabled())
{