function _checkTableExist($table)
 {
     $objUpgradeDBAction = new JSNJSUpgradeDBAction();
     return $objUpgradeDBAction->isExistTable($table);
 }