Class AddUniqueConstraint

java.lang.Object
io.ebeaninternal.dbmigration.migration.AddUniqueConstraint

public class AddUniqueConstraint extends Object

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 Details

  • Method Details

    • getConstraintName

      Gets the value of the constraintName property.
      Returns:
      possible object is String
    • setConstraintName

      public void setConstraintName(String value)
      Sets the value of the constraintName property.
      Parameters:
      value - allowed object is String
    • getTableName

      public String getTableName()
      Gets the value of the tableName property.
      Returns:
      possible object is String
    • setTableName

      public void setTableName(String value)
      Sets the value of the tableName property.
      Parameters:
      value - allowed object is String
    • getColumnNames

      Gets the value of the columnNames property.
      Returns:
      possible object is String
    • setColumnNames

      public void setColumnNames(String value)
      Sets the value of the columnNames property.
      Parameters:
      value - allowed object is String
    • isOneToOne

      public Boolean isOneToOne()
      Gets the value of the oneToOne property.
      Returns:
      possible object is Boolean
    • setOneToOne

      public void setOneToOne(Boolean value)
      Sets the value of the oneToOne property.
      Parameters:
      value - allowed object is Boolean
    • getNullableColumns

      Gets the value of the nullableColumns property.
      Returns:
      possible object is String
    • setNullableColumns

      public void setNullableColumns(String value)
      Sets the value of the nullableColumns property.
      Parameters:
      value - allowed object is String
    • getPlatforms

      public String getPlatforms()
      Gets the value of the platforms property.
      Returns:
      possible object is String
    • setPlatforms

      public void setPlatforms(String value)
      Sets the value of the platforms property.
      Parameters:
      value - allowed object is String