/** * @param string $_dbName * @return bool */ function CreateDatabase($_dbName) { return $this->_connector->Execute($this->_commandCreator->CreateDatabase($_dbName)); }