Package org.openforis.collect.mondrian
Class SQL
java.lang.Object
org.openforis.collect.mondrian.SQL
Java class for SQL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SQL">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dialect" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.Gets the value of the dialect property.voidsetContent(String value) Sets the value of the content property.voidsetDialect(String value) Sets the value of the dialect property.
-
Field Details
-
-
dialect
-
-
Constructor Details
-
SQL
public SQL()
-
-
Method Details
-
getContent
Gets the value of the content property.- Returns:
- possible object is
String
-
setContent
Sets the value of the content property.- Parameters:
value- allowed object isString
-
getDialect
Gets the value of the dialect property.- Returns:
- possible object is
String
-
setDialect
Sets the value of the dialect property.- Parameters:
value- allowed object isString
-