parseXML(Element columnElement) Populates the member variables and collections of this SQLObject instance, parsing
the given DOM Element as the source for reconstituting its contents.
public void
secondPassParse(Element element) Parses elements which require a second round of parsing to resolve their
references.
Gets reference to SQLObject corresponding to given argument name that can be linked
to an SQLConnectableObject.
Parameters: argName - argument name of linkable SQLObject linkable SQLObject corresponding to argName throws: BaseException - if object cannot be linked to an SQLConnectableObject
public void parseXML(Element columnElement) throws BaseException(Code)
Populates the member variables and collections of this SQLObject instance, parsing
the given DOM Element as the source for reconstituting its contents.
Parameters: columnElement - DOM element containing XML marshalled version of thisSQLObject instance throws: BaseException - if element is null or error occurs during parsing
secondPassParse
public void secondPassParse(Element element) throws BaseException(Code)
Parses elements which require a second round of parsing to resolve their
references.
Parameters: element - DOM element containing XML marshalled version of this SQLObjectinstance throws: BaseException - if element is null or error occurs during parsing
Gets XML representation of this SQLObject, appending the given String to the
beginning of each new line.
Parameters: prefix - String to append to each new line of the XML representation XML representation of this SQLObject instance
Fields inherited from org.netbeans.modules.sql.framework.model.impl.AbstractSQLObject