Class SyntheticUniqueKeyType

java.lang.Object
org.jooq.meta.jaxb.SyntheticUniqueKeyType
All Implemented Interfaces:
Serializable, XMLAppendable

public class SyntheticUniqueKeyType extends Object implements Serializable, XMLAppendable

Java class for SyntheticUniqueKeyType complex type.

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

 <complexType name="SyntheticUniqueKeyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fields" type="{http://www.jooq.org/xsd/jooq-codegen-3.18.0.xsd}SyntheticKeyFieldsType"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • SyntheticUniqueKeyType

      public SyntheticUniqueKeyType()
  • Method Details