示例#1
0
文件: CakeAdapter.php 项目: lhas/pep
 /**
  * Checks to see if an index exists.
  *
  * @param string $tableName Table Name
  * @param mixed  $columns   Column(s)
  * @return bool
  */
 public function hasIndex($tableName, $columns)
 {
     return $this->adapter->hasIndex($tableName, $columns);
 }