Class SQL

java.lang.Object
org.openforis.collect.mondrian.SQL

public class SQL extends Object

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 Details

    • content

      protected String content
    • dialect

      protected String dialect
  • Constructor Details

    • SQL

      public SQL()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • getDialect

      public String getDialect()
      Gets the value of the dialect property.
      Returns:
      possible object is String
    • setDialect

      public void setDialect(String value)
      Sets the value of the dialect property.
      Parameters:
      value - allowed object is String