Пример #1
0
 /**
  * @param	string	$_dbName
  * @return	bool
  */
 function CreateDatabase($_dbName)
 {
     return $this->_connector->Execute($this->_commandCreator->CreateDatabase($_dbName));
 }