public function isFieldExists($sTableName, $sFieldName)
 {
     return $this->oMapper->isFieldExists($sTableName, $sFieldName);
 }