Class 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 Detail

      • content

        protected String content
      • dialect

        protected String dialect
    • Constructor Detail

      • SQL

        public SQL()
    • Method Detail

      • 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