Runtime DbModel is one instance per sql definition and it contains only one instance of
RuntimeInputImpl and only one instance of RuntimeOutputImpl
author: Ritesh Adval
parseXML(Element dbElement) Parses the XML content, if any, using the given Element as a source for
reconstituting the member variables and collections of this instance.
Extracts SourceTable instances from the given NodeList.
Parameters: tableNodeList - Nodes to be unmarshalled throws: BaseException - if error occurs while parsing
Extracts TargetTable instances from the given NodeList.
Parameters: tableNodeList - Nodes to be unmarshalled throws: BaseException - if error occurs while parsing
parseXML
public void parseXML(Element dbElement) throws BaseException(Code)
Parses the XML content, if any, using the given Element as a source for
reconstituting the member variables and collections of this instance.
Parameters: dbElement - DOM element containing XML marshalled version of a exception: BaseException - thrown while parsing XML, or if member variable element isnull
Gets xml representation of this DatabaseModel instance.
Parameters: prefix - for this xml. Return the xml representation of data source metadata. exception: BaseException - - exception
Fields inherited from org.netbeans.modules.sql.framework.model.impl.SQLDBModelImpl