public class TableConstraint
extends java.lang.Object
implements java.io.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.10.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"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
constraintCatalog |
protected java.lang.String |
constraintName |
protected java.lang.String |
constraintSchema |
protected TableConstraintType |
constraintType |
protected java.lang.String |
tableCatalog |
protected java.lang.String |
tableName |
protected java.lang.String |
tableSchema |
Constructor and Description |
---|
TableConstraint() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConstraintCatalog()
Gets the value of the constraintCatalog property.
|
java.lang.String |
getConstraintName()
Gets the value of the constraintName property.
|
java.lang.String |
getConstraintSchema()
Gets the value of the constraintSchema property.
|
TableConstraintType |
getConstraintType()
Gets the value of the constraintType property.
|
java.lang.String |
getTableCatalog()
Gets the value of the tableCatalog property.
|
java.lang.String |
getTableName()
Gets the value of the tableName property.
|
java.lang.String |
getTableSchema()
Gets the value of the tableSchema property.
|
void |
setConstraintCatalog(java.lang.String value)
Sets the value of the constraintCatalog property.
|
void |
setConstraintName(java.lang.String value)
Sets the value of the constraintName property.
|
void |
setConstraintSchema(java.lang.String value)
Sets the value of the constraintSchema property.
|
void |
setConstraintType(TableConstraintType value)
Sets the value of the constraintType property.
|
void |
setTableCatalog(java.lang.String value)
Sets the value of the tableCatalog property.
|
void |
setTableName(java.lang.String value)
Sets the value of the tableName property.
|
void |
setTableSchema(java.lang.String value)
Sets the value of the tableSchema property.
|
TableConstraint |
withConstraintCatalog(java.lang.String value) |
TableConstraint |
withConstraintName(java.lang.String value) |
TableConstraint |
withConstraintSchema(java.lang.String value) |
TableConstraint |
withConstraintType(TableConstraintType value) |
TableConstraint |
withTableCatalog(java.lang.String value) |
TableConstraint |
withTableName(java.lang.String value) |
TableConstraint |
withTableSchema(java.lang.String value) |
protected java.lang.String constraintCatalog
protected java.lang.String constraintSchema
protected java.lang.String constraintName
protected TableConstraintType constraintType
protected java.lang.String tableCatalog
protected java.lang.String tableSchema
protected java.lang.String tableName
public java.lang.String getConstraintCatalog()
String
public void setConstraintCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConstraintSchema()
String
public void setConstraintSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConstraintName()
String
public void setConstraintName(java.lang.String value)
value
- allowed object is
String
public TableConstraintType getConstraintType()
TableConstraintType
public void setConstraintType(TableConstraintType value)
value
- allowed object is
TableConstraintType
public java.lang.String getTableCatalog()
String
public void setTableCatalog(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableSchema()
String
public void setTableSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTableName()
String
public void setTableName(java.lang.String value)
value
- allowed object is
String
public TableConstraint withConstraintCatalog(java.lang.String value)
public TableConstraint withConstraintSchema(java.lang.String value)
public TableConstraint withConstraintName(java.lang.String value)
public TableConstraint withConstraintType(TableConstraintType value)
public TableConstraint withTableCatalog(java.lang.String value)
public TableConstraint withTableSchema(java.lang.String value)
public TableConstraint withTableName(java.lang.String value)
Copyright © 2018. All Rights Reserved.