Ejemplo n.º 1
0
 /**
  * @return string
  */
 protected function getProductIdFieldName()
 {
     $table = $this->_defaultIndexerResource->getTable('catalog_product_entity');
     $indexList = $this->_connection->getIndexList($table);
     return $indexList[$this->_connection->getPrimaryKeyName($table)]['COLUMNS_LIST'][0];
 }