hashCode() Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
Creates a new instance of SQLGroupByImpl
Parameters: myColumnList - List of columns associated with this group-by instance Parameters: parent - parent object of this group-by instance
Indicates whether if given object is equal to this one.
Parameters: obj - Object against which to compare this true if obj equals this; false otherwise.
Overrides default implementation to compute hashcode based on any associated
attributes as well as values of non-transient member variables.
hashcode for this instance
public void parseXML(Element groupByElement) throws BaseException(Code)
Parses the XML content, if any, represented by the given DOM element.
Parameters: groupByElement - DOM element to be parsed for orderBy content exception: BaseException - thrown while parsing XML, or if orderByElement is null
See Also: org.netbeans.modules.sql.framework.model.SQLOrderBy.removeExpression
secondPassParse
public void secondPassParse(Element element) throws BaseException(Code)
Parses elements which require a second pass to resolve their values.
Parameters: element - DOM element containing XML marshalled version of this SQLObjectinstance throws: BaseException - if element is null or error occurs during parsing