public class TableConstraint extends Object implements Serializable
Java class for TableConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableConstraint">
<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="constraint_type" type="{http://www.jooq.org/xsd/jooq-meta-3.11.0.xsd}TableConstraintType"/>
<element name="table_catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="table_schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="table_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
constraintCatalog |
protected String |
constraintName |
protected String |
constraintSchema |
protected TableConstraintType |
constraintType |
protected String |
tableCatalog |
protected String |
tableName |
protected String |
tableSchema |
| Constructor and Description |
|---|
TableConstraint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getComment()
Gets the value of the comment property.
|
String |
getConstraintCatalog()
Gets the value of the constraintCatalog property.
|
String |
getConstraintName()
Gets the value of the constraintName property.
|
String |
getConstraintSchema()
Gets the value of the constraintSchema property.
|
TableConstraintType |
getConstraintType()
Gets the value of the constraintType property.
|
String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
String |
getTableName()
Gets the value of the tableName property.
|
String |
getTableSchema()
Gets the value of the tableSchema property.
|
int |
hashCode() |
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setConstraintCatalog(String value)
Sets the value of the constraintCatalog property.
|
void |
setConstraintName(String value)
Sets the value of the constraintName property.
|
void |
setConstraintSchema(String value)
Sets the value of the constraintSchema property.
|
void |
setConstraintType(TableConstraintType value)
Sets the value of the constraintType property.
|
void |
setTableCatalog(String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
void |
setTableSchema(String value)
Sets the value of the tableSchema property.
|
String |
toString() |
TableConstraint |
withComment(String value) |
TableConstraint |
withConstraintCatalog(String value) |
TableConstraint |
withConstraintName(String value) |
TableConstraint |
withConstraintSchema(String value) |
TableConstraint |
withConstraintType(TableConstraintType value) |
TableConstraint |
withTableCatalog(String value) |
TableConstraint |
withTableName(String value) |
TableConstraint |
withTableSchema(String value) |
protected String constraintCatalog
protected String constraintSchema
protected String constraintName
protected TableConstraintType constraintType
protected String tableCatalog
protected String tableSchema
protected String tableName
protected String comment
public String getConstraintCatalog()
Stringpublic void setConstraintCatalog(String value)
value - allowed object is
Stringpublic String getConstraintSchema()
Stringpublic void setConstraintSchema(String value)
value - allowed object is
Stringpublic String getConstraintName()
Stringpublic void setConstraintName(String value)
value - allowed object is
Stringpublic TableConstraintType getConstraintType()
TableConstraintTypepublic void setConstraintType(TableConstraintType value)
value - allowed object is
TableConstraintTypepublic String getTableCatalog()
Stringpublic void setTableCatalog(String value)
value - allowed object is
Stringpublic String getTableSchema()
Stringpublic void setTableSchema(String value)
value - allowed object is
Stringpublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic TableConstraint withConstraintCatalog(String value)
public TableConstraint withConstraintSchema(String value)
public TableConstraint withConstraintName(String value)
public TableConstraint withConstraintType(TableConstraintType value)
public TableConstraint withTableCatalog(String value)
public TableConstraint withTableSchema(String value)
public TableConstraint withTableName(String value)
public TableConstraint withComment(String value)
Copyright © 2019. All rights reserved.