XmlContainer::removeAlias

API Ref

#include <DbXml.hpp>

bool removeAlias(const std::string &alias)


Description: XmlContainer::removeAlias

The XmlContainer::removeAlias method removes the named alias from the list maintained by the containing XmlManager. If the alias does not exist, or matches a different XmlContainer, the call fails. Return value is true upon success, false upon failure.

Parameters

alias
The alias to remove.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.