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 Link icon

    • constraintCatalog Link icon

      protected String constraintCatalog
    • constraintSchema Link icon

      protected String constraintSchema
    • constraintName Link icon

      protected String constraintName
    • checkClause Link icon

      protected String checkClause
  • Constructor Details Link icon

    • CheckConstraint Link icon

      public CheckConstraint()
  • 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)
    • getCheckClause Link icon

      public String getCheckClause()
    • setCheckClause Link icon

      public void setCheckClause(String value)
    • withConstraintCatalog Link icon

      public CheckConstraint withConstraintCatalog(String value)
    • withConstraintSchema Link icon

      public CheckConstraint withConstraintSchema(String value)
    • withConstraintName Link icon

      public CheckConstraint withConstraintName(String value)
    • withCheckClause Link icon

      public CheckConstraint withCheckClause(String 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