Beispiel #1
0
 public function isIndexExists($sTableName, $sIndexName)
 {
     return $this->oMapper->isIndexExists($sTableName, $sIndexName);
 }