Class DatabaseSpecificSql


  • public class DatabaseSpecificSql
    extends Object

    Java class for database-specific-sql complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="database-specific-sql">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="database-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • databaseType

        protected String databaseType
    • Constructor Detail

      • DatabaseSpecificSql

        public DatabaseSpecificSql()
    • Method Detail

      • getDatabaseType

        public String getDatabaseType()
        Gets the value of the databaseType property.
        Returns:
        possible object is String
      • setDatabaseType

        public void setDatabaseType​(String value)
        Sets the value of the databaseType property.
        Parameters:
        value - allowed object is String
      • getSql

        public String getSql()
        Gets the value of the sql property.
        Returns:
        possible object is String
      • setSql

        public void setSql​(String value)
        Sets the value of the sql property.
        Parameters:
        value - allowed object is String