Module org.jooq

Class TableConstraint

java.lang.Object
org.jooq.util.xml.jaxb.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.19.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:
  • Field Details Link icon

    • constraintCatalog Link icon

      protected String constraintCatalog
    • constraintSchema Link icon

      protected String constraintSchema
    • constraintName Link icon

      protected String constraintName
    • constraintType Link icon

      protected TableConstraintType constraintType
    • tableCatalog Link icon

      protected String tableCatalog
    • tableSchema Link icon

      protected String tableSchema
    • tableName Link icon

      protected String tableName
    • comment Link icon

      protected String comment
    • enforced Link icon

      protected Boolean enforced
  • Constructor Details Link icon

    • TableConstraint Link icon

      public TableConstraint()
  • Method Details Link icon

    • getConstraintCatalog Link icon

      public String getConstraintCatalog()
    • setConstraintCatalog Link icon

      public void setConstraintCatalog(String value)
    • getConstraintSchema Link icon

      public String getConstraintSchema()
    • setConstraintSchema Link icon

      public void setConstraintSchema(String value)
    • getConstraintName Link icon

      public String getConstraintName()
    • setConstraintName Link icon

      public void setConstraintName(String value)
    • getConstraintType Link icon

      public TableConstraintType getConstraintType()
    • setConstraintType Link icon

      public void setConstraintType(TableConstraintType value)
    • getTableCatalog Link icon

      public String getTableCatalog()
    • setTableCatalog Link icon

      public void setTableCatalog(String value)
    • getTableSchema Link icon

      public String getTableSchema()
    • setTableSchema Link icon

      public void setTableSchema(String value)
    • getTableName Link icon

      public String getTableName()
    • setTableName Link icon

      public void setTableName(String value)
    • getComment Link icon

      public String getComment()
    • setComment Link icon

      public void setComment(String value)
    • isEnforced Link icon

      public Boolean isEnforced()
      Gets the value of the enforced property.
      Returns:
      possible object is Boolean
    • setEnforced Link icon

      public void setEnforced(Boolean value)
      Sets the value of the enforced property.
      Parameters:
      value - allowed object is Boolean
    • withConstraintCatalog Link icon

      public TableConstraint withConstraintCatalog(String value)
    • withConstraintSchema Link icon

      public TableConstraint withConstraintSchema(String value)
    • withConstraintName Link icon

      public TableConstraint withConstraintName(String value)
    • withConstraintType Link icon

      public TableConstraint withConstraintType(TableConstraintType value)
    • withTableCatalog Link icon

      public TableConstraint withTableCatalog(String value)
    • withTableSchema Link icon

      public TableConstraint withTableSchema(String value)
    • withTableName Link icon

      public TableConstraint withTableName(String value)
    • withComment Link icon

      public TableConstraint withComment(String value)
    • withEnforced Link icon

      public TableConstraint withEnforced(Boolean value)
    • appendTo Link icon

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • equals Link icon

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object