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
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected ForeignKeyRule
protected String
protected String
protected String
protected ForeignKeyRule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) boolean
int
hashCode()
void
setConstraintCatalog
(String value) void
setConstraintName
(String value) void
setConstraintSchema
(String value) void
setDeleteRule
(ForeignKeyRule value) void
setUniqueConstraintCatalog
(String value) void
setUniqueConstraintName
(String value) void
setUniqueConstraintSchema
(String value) void
setUpdateRule
(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:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-