Module org.jooq

Class 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:
    Serialized Form
    • Field Detail

      • constraintCatalog

        protected String constraintCatalog
      • constraintSchema

        protected String constraintSchema
      • constraintName

        protected String constraintName
      • checkClause

        protected String checkClause
    • Constructor Detail

      • CheckConstraint

        public CheckConstraint()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object