Class DatabaseConnection.ExtraOptions

  • Enclosing class:
    DatabaseConnection

    public static class DatabaseConnection.ExtraOptions
    extends MapExport

    Defining an inner class to support the extraOptions'Map object from the original class.

    Java class for anonymous complex type.

    This class, to be used in the "Export" classes, supports the Map object from the original class.
    This exact code was being used in several places; to avoid duplication, it was extracted so that it can be reused.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="entry" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                       <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExtraOptions

        public ExtraOptions()