java.lang.Object
org.jooq.util.xml.jaxb.ReferentialConstraint
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for ReferentialConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferentialConstraint">
<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="unique_constraint_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unique_constraint_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unique_constraint_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="delete_rule" type="{http://www.jooq.org/xsd/jooq-meta-3.20.0.xsd}ForeignKeyRule" minOccurs="0"/>
<element name="update_rule" type="{http://www.jooq.org/xsd/jooq-meta-3.20.0.xsd}ForeignKeyRule" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected ForeignKeyRuleprotected Stringprotected Stringprotected Stringprotected ForeignKeyRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleaninthashCode()voidsetConstraintCatalog(String value) voidsetConstraintName(String value) voidsetConstraintSchema(String value) voidsetDeleteRule(ForeignKeyRule value) voidsetUniqueConstraintCatalog(String value) voidsetUniqueConstraintName(String value) voidsetUniqueConstraintSchema(String value) voidsetUpdateRule(ForeignKeyRule value) toString()withConstraintCatalog(String value) withConstraintName(String value) withConstraintSchema(String value) withDeleteRule(ForeignKeyRule value) withUniqueConstraintName(String value) withUniqueConstraintSchema(String value) withUpdateRule(ForeignKeyRule value)
-
Field Details
-
constraintCatalog
-
constraintSchema
-
constraintName
-
uniqueConstraintCatalog
-
uniqueConstraintSchema
-
uniqueConstraintName
-
deleteRule
-
updateRule
-
-
Constructor Details
-
ReferentialConstraint
public ReferentialConstraint()
-
-
Method Details
-
getConstraintCatalog
-
setConstraintCatalog
-
getConstraintSchema
-
setConstraintSchema
-
getConstraintName
-
setConstraintName
-
getUniqueConstraintCatalog
-
setUniqueConstraintCatalog
-
getUniqueConstraintSchema
-
setUniqueConstraintSchema
-
getUniqueConstraintName
-
setUniqueConstraintName
-
getDeleteRule
-
setDeleteRule
-
getUpdateRule
-
setUpdateRule
-
withConstraintCatalog
-
withConstraintSchema
-
withConstraintName
-
withUniqueConstraintCatalog
-
withUniqueConstraintSchema
-
withUniqueConstraintName
-
withDeleteRule
-
withUpdateRule
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-