Class AlterTable
java.lang.Object
io.ebeaninternal.dbmigration.migration.AlterTable
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">
<attGroup ref="{http://ebean-orm.github.io/xml/ns/dbmigration}tablespaceAttributes"/>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="newName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="partitionMode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="partitionColumn" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="identityType" type="{http://ebean-orm.github.io/xml/ns/dbmigration}identityType" />
<attribute name="identityStart" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="identityIncrement" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="identityCache" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="identityGenerated" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequenceName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="sequenceInitial" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="sequenceAllocate" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="pkName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="storageEngine" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the identityCache property.Gets the value of the identityGenerated property.Gets the value of the identityIncrement property.Gets the value of the identityStart property.Gets the value of the identityType property.Gets the value of the indexTablespace property.Gets the value of the lobTablespace property.getName()Gets the value of the name property.Gets the value of the newName property.Gets the value of the partitionColumn property.Gets the value of the partitionMode property.Gets the value of the pkName property.Gets the value of the sequenceAllocate property.Gets the value of the sequenceInitial property.Gets the value of the sequenceName property.Gets the value of the storageEngine property.Gets the value of the tablespace property.voidsetComment(String value) Sets the value of the comment property.voidsetIdentityCache(BigInteger value) Sets the value of the identityCache property.voidsetIdentityGenerated(String value) Sets the value of the identityGenerated property.voidsetIdentityIncrement(BigInteger value) Sets the value of the identityIncrement property.voidsetIdentityStart(BigInteger value) Sets the value of the identityStart property.voidsetIdentityType(IdentityType value) Sets the value of the identityType property.voidsetIndexTablespace(String value) Sets the value of the indexTablespace property.voidsetLobTablespace(String value) Sets the value of the lobTablespace property.voidSets the value of the name property.voidsetNewName(String value) Sets the value of the newName property.voidsetPartitionColumn(String value) Sets the value of the partitionColumn property.voidsetPartitionMode(String value) Sets the value of the partitionMode property.voidSets the value of the pkName property.voidsetSequenceAllocate(BigInteger value) Sets the value of the sequenceAllocate property.voidsetSequenceInitial(BigInteger value) Sets the value of the sequenceInitial property.voidsetSequenceName(String value) Sets the value of the sequenceName property.voidsetStorageEngine(String value) Sets the value of the storageEngine property.voidsetTablespace(String value) Sets the value of the tablespace property.
-
Constructor Details
-
AlterTable
public AlterTable()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getNewName
Gets the value of the newName property.- Returns:
- possible object is
String
-
setNewName
Sets the value of the newName property.- Parameters:
value- allowed object isString
-
getPartitionMode
Gets the value of the partitionMode property.- Returns:
- possible object is
String
-
setPartitionMode
Sets the value of the partitionMode property.- Parameters:
value- allowed object isString
-
getPartitionColumn
Gets the value of the partitionColumn property.- Returns:
- possible object is
String
-
setPartitionColumn
Sets the value of the partitionColumn property.- Parameters:
value- allowed object isString
-
getIdentityType
Gets the value of the identityType property.- Returns:
- possible object is
IdentityType
-
setIdentityType
Sets the value of the identityType property.- Parameters:
value- allowed object isIdentityType
-
getIdentityStart
Gets the value of the identityStart property.- Returns:
- possible object is
BigInteger
-
setIdentityStart
Sets the value of the identityStart property.- Parameters:
value- allowed object isBigInteger
-
getIdentityIncrement
Gets the value of the identityIncrement property.- Returns:
- possible object is
BigInteger
-
setIdentityIncrement
Sets the value of the identityIncrement property.- Parameters:
value- allowed object isBigInteger
-
getIdentityCache
Gets the value of the identityCache property.- Returns:
- possible object is
BigInteger
-
setIdentityCache
Sets the value of the identityCache property.- Parameters:
value- allowed object isBigInteger
-
getIdentityGenerated
Gets the value of the identityGenerated property.- Returns:
- possible object is
String
-
setIdentityGenerated
Sets the value of the identityGenerated property.- Parameters:
value- allowed object isString
-
getSequenceName
Gets the value of the sequenceName property.- Returns:
- possible object is
String
-
setSequenceName
Sets the value of the sequenceName property.- Parameters:
value- allowed object isString
-
getSequenceInitial
Gets the value of the sequenceInitial property.- Returns:
- possible object is
BigInteger
-
setSequenceInitial
Sets the value of the sequenceInitial property.- Parameters:
value- allowed object isBigInteger
-
getSequenceAllocate
Gets the value of the sequenceAllocate property.- Returns:
- possible object is
BigInteger
-
setSequenceAllocate
Sets the value of the sequenceAllocate property.- Parameters:
value- allowed object isBigInteger
-
getPkName
Gets the value of the pkName property.- Returns:
- possible object is
String
-
setPkName
Sets the value of the pkName property.- Parameters:
value- allowed object isString
-
getStorageEngine
Gets the value of the storageEngine property.- Returns:
- possible object is
String
-
setStorageEngine
Sets the value of the storageEngine property.- Parameters:
value- allowed object isString
-
getTablespace
Gets the value of the tablespace property.- Returns:
- possible object is
String
-
setTablespace
Sets the value of the tablespace property.- Parameters:
value- allowed object isString
-
getIndexTablespace
Gets the value of the indexTablespace property.- Returns:
- possible object is
String
-
setIndexTablespace
Sets the value of the indexTablespace property.- Parameters:
value- allowed object isString
-
getLobTablespace
Gets the value of the lobTablespace property.- Returns:
- possible object is
String
-
setLobTablespace
Sets the value of the lobTablespace property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-