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>
Modifier and Type | Field and Description |
---|---|
protected String |
checkClause |
protected String |
constraintCatalog |
protected String |
constraintName |
protected String |
constraintSchema |
Constructor and Description |
---|
CheckConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getCheckClause() |
String |
getConstraintCatalog() |
String |
getConstraintName() |
String |
getConstraintSchema() |
int |
hashCode() |
void |
setCheckClause(String value) |
void |
setConstraintCatalog(String value) |
void |
setConstraintName(String value) |
void |
setConstraintSchema(String value) |
String |
toString() |
CheckConstraint |
withCheckClause(String value) |
CheckConstraint |
withConstraintCatalog(String value) |
CheckConstraint |
withConstraintName(String value) |
CheckConstraint |
withConstraintSchema(String value) |
protected String constraintCatalog
protected String constraintSchema
protected String constraintName
protected String checkClause
public String getConstraintCatalog()
public void setConstraintCatalog(String value)
public String getConstraintSchema()
public void setConstraintSchema(String value)
public String getConstraintName()
public void setConstraintName(String value)
public String getCheckClause()
public void setCheckClause(String value)
public CheckConstraint withConstraintCatalog(String value)
public CheckConstraint withConstraintSchema(String value)
public CheckConstraint withConstraintName(String value)
public CheckConstraint withCheckClause(String value)
public final void appendTo(XMLBuilder builder)
appendTo
in interface XMLAppendable
Copyright © 2020. All rights reserved.