Class CreateIndex
java.lang.Object
io.ebeaninternal.dbmigration.migration.CreateIndex
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="indexName" 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="columns" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="definition" 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 columns property.Gets the value of the definition property.Gets the value of the indexName property.Gets the value of the platforms property.Gets the value of the tableName property.Gets the value of the concurrent property.isUnique()Gets the value of the unique property.voidsetColumns(String value) Sets the value of the columns property.voidsetConcurrent(Boolean value) Sets the value of the concurrent property.voidsetDefinition(String value) Sets the value of the definition property.voidsetIndexName(String value) Sets the value of the indexName property.voidsetPlatforms(String value) Sets the value of the platforms property.voidsetTableName(String value) Sets the value of the tableName property.voidSets the value of the unique property.
-
Constructor Details
-
CreateIndex
public CreateIndex()
-
-
Method Details
-
getIndexName
Gets the value of the indexName property.- Returns:
- possible object is
String
-
setIndexName
Sets the value of the indexName 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
-
getColumns
Gets the value of the columns property.- Returns:
- possible object is
String
-
setColumns
Sets the value of the columns property.- Parameters:
value- allowed object isString
-
isUnique
Gets the value of the unique property.- Returns:
- possible object is
Boolean
-
setUnique
Sets the value of the unique property.- Parameters:
value- allowed object isBoolean
-
isConcurrent
Gets the value of the concurrent property.- Returns:
- possible object is
Boolean
-
setConcurrent
Sets the value of the concurrent property.- Parameters:
value- allowed object isBoolean
-
getDefinition
Gets the value of the definition property.- Returns:
- possible object is
String
-
setDefinition
Sets the value of the definition 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
-