示例#1
0
 public function isTableExists($sTableName)
 {
     return $this->oMapper->isTableExists($sTableName);
 }