public function onVisitingOClass(OClass $node)
 {
     if (OSchema::isSystemClass($node->getName())) {
         return false;
     }
     $this->_classSql[] = $this->getCreateClassSql($node);
     return true;
 }