Class DropIndex
java.lang.Object
io.ebeaninternal.dbmigration.migration.DropIndex
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="concurrent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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 indexName property.Gets the value of the platforms property.Gets the value of the tableName property.Gets the value of the concurrent property.voidsetConcurrent(Boolean value)Sets the value of the concurrent 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.
-
Constructor Details
-
DropIndex
public DropIndex()
-
-
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
-
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
-
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
-