Module org.jooq

Class TableConstraint

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class TableConstraint
    extends Object
    implements Serializable, XMLAppendable

    Java class for TableConstraint complex type.

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

     <complexType name="TableConstraint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="constraint_type" type="{http://www.jooq.org/xsd/jooq-meta-3.12.0.xsd}TableConstraintType"/>
             <element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="enforced" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • constraintCatalog

        protected String constraintCatalog
      • constraintSchema

        protected String constraintSchema
      • constraintName

        protected String constraintName
      • tableCatalog

        protected String tableCatalog
      • tableSchema

        protected String tableSchema
      • tableName

        protected String tableName
      • comment

        protected String comment
      • enforced

        protected Boolean enforced
    • Constructor Detail

      • TableConstraint

        public TableConstraint()