| org.netbeans.modules.sql.framework.model.SQLGroupBy
All known Subclasses: org.netbeans.modules.sql.framework.model.impl.SQLGroupByImpl,
SQLGroupBy | public interface SQLGroupBy (Code) | | author: Ritesh Adval author: Ahimanikya Satapathy |
getColumns | public List getColumns()(Code) | | Gets the list of columns participating as group by clauses
List of SourceColumn instances |
isValid | public boolean isValid()(Code) | | |
parseXML | 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 groupBy content exception: BaseException - thrown while parsing XML, or if groupByElement is null |
setColumns | public void setColumns(List newColumnList)(Code) | | |
setParentObject | public void setParentObject(Object obj)(Code) | | |
toXMLString | public String toXMLString(String prefix) throws BaseException(Code) | | Generates XML document representing this object's content, using the given String
as a prefix for each line.
Parameters: prefix - String to be prepended to each line of the generated XML document String containing XML representation |
|
|