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.5.4.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"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
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 |
---|---|
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.
|
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.
|
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
public String getConstraintCatalog()
String
public void setConstraintCatalog(String value)
value
- allowed object is
String
public String getConstraintSchema()
String
public void setConstraintSchema(String value)
value
- allowed object is
String
public String getConstraintName()
String
public void setConstraintName(String value)
value
- allowed object is
String
public TableConstraintType getConstraintType()
TableConstraintType
public void setConstraintType(TableConstraintType value)
value
- allowed object is
TableConstraintType
public String getTableCatalog()
String
public void setTableCatalog(String value)
value
- allowed object is
String
public String getTableSchema()
String
public void setTableSchema(String value)
value
- allowed object is
String
public String getTableName()
String
public void setTableName(String value)
value
- allowed object is
String
public 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)
Copyright © 2017. All Rights Reserved.