Class AddUniqueConstraint
java.lang.Object
io.ebeaninternal.dbmigration.migration.AddUniqueConstraint
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="constraintName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tableName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="columnNames" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="oneToOne" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="nullableColumns" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="platforms" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnNames property.Gets the value of the constraintName property.Gets the value of the nullableColumns property.Gets the value of the platforms property.Gets the value of the tableName property.Gets the value of the oneToOne property.voidsetColumnNames(String value)Sets the value of the columnNames property.voidsetConstraintName(String value)Sets the value of the constraintName property.voidsetNullableColumns(String value)Sets the value of the nullableColumns property.voidsetOneToOne(Boolean value)Sets the value of the oneToOne property.voidsetPlatforms(String value)Sets the value of the platforms property.voidsetTableName(String value)Sets the value of the tableName property.
-
Constructor Details
-
AddUniqueConstraint
public AddUniqueConstraint()
-
-
Method Details
-
getConstraintName
Gets the value of the constraintName property.- Returns:
- possible object is
String
-
setConstraintName
Sets the value of the constraintName property.- Parameters:
value- allowed object isString
-
getTableName
Gets the value of the tableName property.- Returns:
- possible object is
String
-
setTableName
Sets the value of the tableName property.- Parameters:
value- allowed object isString
-
getColumnNames
Gets the value of the columnNames property.- Returns:
- possible object is
String
-
setColumnNames
Sets the value of the columnNames property.- Parameters:
value- allowed object isString
-
isOneToOne
Gets the value of the oneToOne property.- Returns:
- possible object is
Boolean
-
setOneToOne
Sets the value of the oneToOne property.- Parameters:
value- allowed object isBoolean
-
getNullableColumns
Gets the value of the nullableColumns property.- Returns:
- possible object is
String
-
setNullableColumns
Sets the value of the nullableColumns property.- Parameters:
value- allowed object isString
-
getPlatforms
Gets the value of the platforms property.- Returns:
- possible object is
String
-
setPlatforms
Sets the value of the platforms property.- Parameters:
value- allowed object isString
-