public static class MondrianGuiDef.SQL extends ElementDef
| Modifier and Type | Field and Description |
|---|---|
static String[] |
_dialect_values
Allowable values for
dialect. |
String |
cdata |
String |
dialect |
| Constructor and Description |
|---|
MondrianGuiDef.SQL() |
MondrianGuiDef.SQL(DOMWrapper _def) |
| Modifier and Type | Method and Description |
|---|---|
void |
display(PrintWriter _out,
int _indent) |
boolean |
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent) |
void |
displayXML(XMLOutput _out,
int _indent) |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
static SqlQuery.CodeSet |
toCodeSet(MondrianGuiDef.SQL[] sqls)
Converts an array of SQL to a
SqlQuery.CodeSet object. |
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren_new, getMixedChildren, getText, getType, getWrapper, toCompactXML, toString, toXML, verifyEqualpublic MondrianGuiDef.SQL()
public MondrianGuiDef.SQL(DOMWrapper _def) throws XOMException
XOMExceptionpublic String getName()
getName in interface NodeDefgetName in class ElementDefpublic void display(PrintWriter _out, int _indent)
public void displayXML(XMLOutput _out, int _indent)
displayXML in interface NodeDefdisplayXML in class ElementDefpublic boolean displayDiff(ElementDef _other, PrintWriter _out, int _indent)
displayDiff in class ElementDefpublic int hashCode()
hashCode in class ElementDefpublic boolean equals(Object obj)
equals in class ElementDefpublic static SqlQuery.CodeSet toCodeSet(MondrianGuiDef.SQL[] sqls)
SqlQuery.CodeSet object.