예제 #1
0
파일: CakeAdapter.php 프로젝트: lhas/pep
 /**
  * Checks to see if an index specified by name exists.
  *
  * @param string $tableName Table Name
  * @param string $indexName
  * @return bool
  */
 public function hasIndexByName($tableName, $indexName)
 {
     return $this->adapter->hasIndexByName($tableName, $indexName);
 }