Module org.jooq

Class CheckConstraint

java.lang.Object
org.jooq.util.xml.jaxb.CheckConstraint
All Implemented Interfaces:
Serializable, XMLAppendable

public class CheckConstraint extends Object implements Serializable, XMLAppendable

Java class for CheckConstraint complex type.

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

 <complexType name="CheckConstraint">
   <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="check_clause" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • constraintCatalog

      protected String constraintCatalog
    • constraintSchema

      protected String constraintSchema
    • constraintName

      protected String constraintName
    • checkClause

      protected String checkClause
  • Constructor Details

    • CheckConstraint

      public CheckConstraint()
  • Method Details

    • getConstraintCatalog

      public String getConstraintCatalog()
    • setConstraintCatalog

      public void setConstraintCatalog(String value)
    • getConstraintSchema

      public String getConstraintSchema()
    • setConstraintSchema

      public void setConstraintSchema(String value)
    • getConstraintName

      public String getConstraintName()
    • setConstraintName

      public void setConstraintName(String value)
    • getCheckClause

      public String getCheckClause()
    • setCheckClause

      public void setCheckClause(String value)
    • withConstraintCatalog

      public CheckConstraint withConstraintCatalog(String value)
    • withConstraintSchema

      public CheckConstraint withConstraintSchema(String value)
    • withConstraintName

      public CheckConstraint withConstraintName(String value)
    • withCheckClause

      public CheckConstraint withCheckClause(String value)
    • appendTo

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class Object